##// END OF EJS Templates
Fix up rebase's handling of strip backups
Fix up rebase's handling of strip backups

File last commit:

r11201:34023f2c default
r11201:34023f2c default
Show More
test-rebase-check-restore.out
76 lines | 945 B | text/plain | TextLexer
/ tests / test-rebase-check-restore.out
Stefano Tortarolo
rebase: store/restore arguments correctly...
r7952
% - Rebasing B onto E - check keep
@ 5:F:notdefault
|
| o 4:E:
| |
| o 3:D:
|/
| o 2:C:
| |
| o 1:B:
|/
o 0:A:
warning: conflicts during merge.
merging A failed!
abort: fix unresolved conflicts with hg resolve then run hg rebase --continue
Matt Mackall
rebase: use helpers.sh in tests
r11198 merging A
Stefano Tortarolo
rebase: store/restore arguments correctly...
r7952
% - Solve the conflict and go on
rebase completed
@ 7:C:
|
o 6:B:
|
| o 5:F:notdefault
| |
o | 4:E:
| |
o | 3:D:
|/
| o 2:C:
| |
| o 1:B:
|/
o 0:A:
% - Rebase F onto E - check keepbranches
@ 5:F:notdefault
|
| o 4:E:
| |
| o 3:D:
|/
| o 2:C:
| |
| o 1:B:
|/
o 0:A:
warning: conflicts during merge.
merging A failed!
abort: fix unresolved conflicts with hg resolve then run hg rebase --continue
Matt Mackall
rebase: use helpers.sh in tests
r11198 merging A
Stefano Tortarolo
rebase: store/restore arguments correctly...
r7952
% - Solve the conflict and go on
Matt Mackall
Fix up rebase's handling of strip backups
r11201 saved backup bundle to
Stefano Tortarolo
rebase: store/restore arguments correctly...
r7952 adding branch
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
rebase completed
@ 5:F:notdefault
|
o 4:E:
|
o 3:D:
|
| o 2:C:
| |
| o 1:B:
|/
o 0:A: