Fix typo that led to incorrect error message when pristine-tar branch does not exist...
authorJoey Hess <joey@kitenet.net>
Wed, 13 Feb 2013 18:43:23 +0000 (14:43 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 13 Feb 2013 18:43:23 +0000 (14:43 -0400)
debian/changelog
pristine-tar

index d1a46c56595f58e1d07b84ae91324ccacd23fb22..022ac9969ae642c802c0643ecd34cc5dde456a83 100644 (file)
@@ -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
 
index bf60aab586b3fe77820e7ad09b92c781aeb806f6..14bac158c90f8e0ff9c9f9a0ac401297b8b13560 100755 (executable)
@@ -814,9 +814,8 @@ sub list {
                                print $_."\n";
                        }
                }
+       }
        else {
                die "unsupported vcs $vcs";
        }
 }
-
-}