##// 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:

r11285:f118029e default
r12156:4c94b6d0 default
Show More
test-rebase-parameters.out
52 lines | 1.4 KiB | text/plain | TextLexer
/ tests / test-rebase-parameters.out
% These fail
% Use continue and abort
abort: cannot use both abort and continue
% Use continue and collapse
abort: cannot use collapse with continue or abort
% Use continue/abort and dest/source
abort: abort and continue do not allow specifying revisions
% Use source and base
abort: cannot specify both a revision and a base
% Rebase with no arguments - from current
nothing to rebase
% Rebase with no arguments - from the current branch
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
nothing to rebase
% ----------
% These work
% Rebase with no arguments (from 3 onto 7)
3 files updated, 0 files merged, 2 files removed, 0 files unresolved
saved backup bundle to
% Try to rollback after a rebase (fail)
no rollback information available
% Rebase with base == '.' => same as no arguments (from 3 onto 7)
3 files updated, 0 files merged, 3 files removed, 0 files unresolved
saved backup bundle to
% Rebase with dest == default => same as no arguments (from 3 onto 7)
3 files updated, 0 files merged, 3 files removed, 0 files unresolved
saved backup bundle to
% Specify only source (from 4 onto 7)
saved backup bundle to
% Specify only dest (from 3 onto 6)
3 files updated, 0 files merged, 3 files removed, 0 files unresolved
saved backup bundle to
% Specify only base (from 3 onto 7)
saved backup bundle to
% Specify source and dest (from 4 onto 6)
saved backup bundle to
% Specify base and dest (from 3 onto 6)
saved backup bundle to