chiark / gitweb /
test suite: gdr-import-dgitview: New test for dgit dsc imports
[dgit.git] / git-debrebase
index a2a14ca654eaaef818a7081f773d4eac5ba10ed1..eb0acb21c0ab0df27204c1afdd04437ad8d83835 100755 (executable)
@@ -710,8 +710,8 @@ sub walk ($;$$) {
        if ($nogenerate) {
            return (undef,undef);
        }
-       fail "found unprocessable commit, cannot cope:".
-           (defined $cl->{Why} ? "; $cl->{Why}": '').
+       fail "found unprocessable commit, cannot cope".
+           (defined $cl->{Why} ? "; $cl->{Why}:": ':').
            " (commit $cur) (d.".
            (join ' ', map { sprintf "%#x", $_->{Differs} }
             @{ $cl->{Parents} }).