diff --git a/tests/test-rebase-dest.t b/tests/test-rebase-dest.t --- a/tests/test-rebase-dest.t +++ b/tests/test-rebase-dest.t @@ -206,6 +206,18 @@ abort: source and destination form a cycle [255] +BUG: cycles aren't flagged correctly when --dry-run is set: + $ rebasewithdag -s B -d 'SRC' --dry-run <<'EOS' + > C + > | + > B + > | + > Z + > EOS + abort: no rebase in progress + starting dry-run rebase; repository will not be changed + [255] + Switch roots: $ rebasewithdag -s 'all() - roots(all())' -d 'roots(all()) - ::SRC' <<'EOS'