* Document in manpage under `dgit push' that it is best to build with
dgit too. Closes:#763333.
+ * Fix inaccurate error message when archive's git hash is not an
+ ancestor of git repo's git hash.
+
--
dgit (0.22.1) unstable; urgency=high
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();