From 84caed3d0b33fb0a37699497a8687cc6b09f06c6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Feb 2013 14:43:23 -0400 Subject: [PATCH] Fix typo that led to incorrect error message when pristine-tar branch does not exist. Closes: #700448 Thanks, paul cannon --- debian/changelog | 2 ++ pristine-tar | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d1a46c5..022ac99 100644 --- 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 Mon, 27 Aug 2012 11:35:37 -0400 diff --git a/pristine-tar b/pristine-tar index bf60aab..14bac15 100755 --- a/pristine-tar +++ b/pristine-tar @@ -814,9 +814,8 @@ sub list { print $_."\n"; } } + } else { die "unsupported vcs $vcs"; } } - -} -- 2.34.1