summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-22 14:33:29 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-22 14:33:29 +0100
commitfe01f87bb364084b6fffecfc5287818edc33718d (patch)
tree1b4983165dc6281e3d93dc7e3336a30f0b4dc232
parent571ed009639e736c3b640692603ff5c075d7f0cf (diff)
bugfixes from testing, for recent changes
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 573faa4..93fb6fc 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)"