X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=a73fffddc1d635aa44512b3e6e4199d2ddffdf5c;hb=233fa856bec4d90e55531f54b81a264273cd4cb8;hp=2e67eb5be574b26115d412101be1956c314d9bfb;hpb=b839e9edc77dde4c40f2a8479e1b42223852daee;p=dgit.git diff --git a/dgit b/dgit index 2e67eb5b..a73fffdd 100755 --- a/dgit +++ b/dgit @@ -1355,8 +1355,8 @@ $later_warning_msg END $hash = $lastpush_hash; } else { - fail "archive's .dsc refers to ".$dsc_hash. - " but this is an ancestor of ".$lastpush_hash; + fail "git head (".lrref()."=$lastpush_hash) is not a ". + "descendant of archive's .dsc hash ($dsc_hash)"; } } elsif ($dsc) { $hash = generate_commit_from_dsc();