##// END OF EJS Templates
tests: remove unneeded -d flags...
tests: remove unneeded -d flags Many tests fixed the commit date of their changesets at '1000000 0' or similar. However testing with "Mon Jan 12 13:46:40 1970 +0000" is not better than testing with "Thu Jan 01 00:00:00 1970 +0000", which is the default run-tests.py installs. Removing the unnecessary flag removes some clutter and will hopefully make it clearer what the tests are really trying to test. Some tests did not even change their output when the dates were changed, in which case the -d flag was truly irrelevant. Dates used in sequence (such as '0 0', '1 0', etc...) were left alone since they may make the test easier to understand.

File last commit:

r11204:54e93b86 default
r12156:4c94b6d0 default
Show More
test-rebase-interruptions.out
112 lines | 1.4 KiB | text/plain | TextLexer
/ tests / test-rebase-interruptions.out
Stefano Tortarolo
Add rebase extension
r6906 % Changes during an interruption - continue
@ 4: E
|
o 3: D
|
| o 2: C
| |
| o 1: B
|/
o 0: A
% - Rebasing B onto E
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
Add rebase extension
r6906
% - Force a commit on C during the interruption
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
@ 6: Extra
|
| o 5: B
| |
| o 4: E
| |
| o 3: D
| |
o | 2: C
| |
o | 1: B
|/
o 0: A
% - Resume the rebasing
merging A
warning: conflicts during merge.
merging A failed!
abort: fix unresolved conflicts with hg resolve then run hg rebase --continue
% - Solve the conflict and go on
warning: new changesets detected on source branch, not stripping
@ 7: C
|
| o 6: Extra
| |
o | 5: B
| |
o | 4: E
| |
o | 3: D
| |
| o 2: C
| |
| o 1: B
|/
o 0: A
% Changes during an interruption - abort
@ 4: E
|
o 3: D
|
| o 2: C
| |
| o 1: B
|/
o 0: A
% Rebasing B onto E
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
Add rebase extension
r6906
% Force a commit on B' during the interruption
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
@ 6: Extra
|
o 5: B
|
o 4: E
|
o 3: D
|
| o 2: C
| |
| o 1: B
|/
o 0: A
% Abort the rebasing
Matt Mackall
rebase: improve --abort failure message
r11204 warning: new changesets detected on target branch, can't abort
Stefano Tortarolo
Add rebase extension
r6906 @ 6: Extra
|
o 5: B
|
o 4: E
|
o 3: D
|
| o 2: C
| |
| o 1: B
|/
o 0: A