Show More
@@ -206,6 +206,18 b' Destination is an ancestor of source:' | |||||
206 | abort: source and destination form a cycle |
|
206 | abort: source and destination form a cycle | |
207 | [255] |
|
207 | [255] | |
208 |
|
208 | |||
|
209 | BUG: cycles aren't flagged correctly when --dry-run is set: | |||
|
210 | $ rebasewithdag -s B -d 'SRC' --dry-run <<'EOS' | |||
|
211 | > C | |||
|
212 | > | | |||
|
213 | > B | |||
|
214 | > | | |||
|
215 | > Z | |||
|
216 | > EOS | |||
|
217 | abort: no rebase in progress | |||
|
218 | starting dry-run rebase; repository will not be changed | |||
|
219 | [255] | |||
|
220 | ||||
209 | Switch roots: |
|
221 | Switch roots: | |
210 |
|
222 | |||
211 | $ rebasewithdag -s 'all() - roots(all())' -d 'roots(all()) - ::SRC' <<'EOS' |
|
223 | $ rebasewithdag -s 'all() - roots(all())' -d 'roots(all()) - ::SRC' <<'EOS' |
General Comments 0
You need to be logged in to leave comments.
Login now