From: Ian Jackson Date: Thu, 22 Aug 2013 13:33:29 +0000 (+0100) Subject: bugfixes from testing, for recent changes X-Git-Tag: debian/0.4_pre1~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=fe01f87bb364084b6fffecfc5287818edc33718d;hp=571ed009639e736c3b640692603ff5c075d7f0cf;p=dgit.git bugfixes from testing, for recent changes --- diff --git a/dgit b/dgit index 573faa43..93fb6fcd 100755 --- a/dgit +++ b/dgit @@ -649,7 +649,7 @@ sub fetch_from_archive () { } else { $hash = generate_commit_from_dsc(); } - print DEBUG "current hash $hash\n"; + print DEBUG "current hash=$hash\n"; if ($upload_hash) { fail "not fast forward on last upload branch!". " (archive's version left in DGIT_ARCHIVE)"