summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-debrebase5
1 files changed, 1 insertions, 4 deletions
diff --git a/git-debrebase b/git-debrebase
index c060012..9a356df 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -604,10 +604,7 @@ sub keycommits ($;$$$) {
} elsif ($ty eq 'DgitImportUnpatched') {
$x->($trouble, 'dgitimport',
"found dgit dsc import ($head)");
- $breakwater = undef;
- $anchor = undef;
- no warnings qw(exiting);
- last;
+ return (undef,undef);
} else {
fail "found unprocessable commit, cannot cope: $head; $cl->{Why}";
}