projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30629c2
)
Fix typo that led to incorrect error message when pristine-tar branch does not exist...
author
Joey Hess
<joey@kitenet.net>
Wed, 13 Feb 2013 18:43:23 +0000
(14:43 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 13 Feb 2013 18:43:23 +0000
(14:43 -0400)
debian/changelog
patch
|
blob
|
history
pristine-tar
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index d1a46c56595f58e1d07b84ae91324ccacd23fb22..022ac9969ae642c802c0643ecd34cc5dde456a83 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-9,6
+9,8
@@
pristine-tar (1.27) UNRELEASED; urgency=low
* zgz: Don't hardcode /lib, avoid segfaulting when installed in a
> 128 character path.
Thanks, Colin Walters
+ * Fix typo that led to incorrect error message when pristine-tar
+ branch does not exist. Closes: #700448 Thanks, paul cannon
-- Joey Hess <joeyh@debian.org> Mon, 27 Aug 2012 11:35:37 -0400
diff --git
a/pristine-tar
b/pristine-tar
index bf60aab586b3fe77820e7ad09b92c781aeb806f6..14bac158c90f8e0ff9c9f9a0ac401297b8b13560 100755
(executable)
--- a/
pristine-tar
+++ b/
pristine-tar
@@
-814,9
+814,8
@@
sub list {
print $_."\n";
}
}
+ }
else {
die "unsupported vcs $vcs";
}
}
-
-}