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

r10205:45885e8f default
r12156:4c94b6d0 default
Show More
test-convert-svn-branches.out
52 lines | 1.2 KiB | text/plain | TextLexer
/ tests / test-convert-svn-branches.out
Patrick Mezard
Test subversion branches conversion
r5874 % convert trunk and branches
initializing destination A-hg repository
scanning source...
sorting...
converting...
Patrick Mezard
convert: improve subversion branch filtering
r6540 10 init projA
9 hello
Patrick Mezard
convert/svn: remove dead code from entry deletion code path...
r8884 8 branch trunk, remove c and dir
Patrick Mezard
convert: improve subversion branch filtering
r6540 7 change a
6 change b
5 move and update c
4 move and update c
3 change b again
2 move to old2
1 move back to old
Patrick Mezard
test-convert-svn-branches: short identifiers are more legible
r6537 0 last change to a
Patrick Mezard
Test subversion branches conversion
r5874 % convert again
scanning source...
sorting...
converting...
Patrick Mezard
convert: improve subversion branch filtering
r6540 0 branch trunk@1 into old3
Michael J. Pedersen
convert: adding branchmap functionality to convert extension
r8377 o branch=newbranch 11 branch trunk@1 into old3 files:
Patrick Mezard
Test subversion branches conversion
r5874 |
Patrick Mezard
convert: improve subversion branch filtering
r6540 | o branch= 10 last change to a files: a
Patrick Mezard
Test subversion branches conversion
r5874 | |
Patrick Mezard
convert: improve subversion branch filtering
r6540 | | o branch=old 9 move back to old files:
Patrick Mezard
Test subversion branches conversion
r5874 | | |
Patrick Mezard
convert: improve subversion branch filtering
r6540 | | o branch=old2 8 move to old2 files:
Patrick Mezard
Test subversion branches conversion
r5874 | | |
Patrick Mezard
convert: improve subversion branch filtering
r6540 | | o branch=old 7 change b again files: b
Patrick Mezard
Test subversion branches conversion
r5874 | | |
Patrick Mezard
convert: improve subversion branch filtering
r6540 | o | branch= 6 move and update c files: b
| | |
| | o branch=old 5 move and update c files: c
Patrick Mezard
Test subversion branches conversion
r5874 | | |
Patrick Mezard
convert: improve subversion branch filtering
r6540 | | o branch=old 4 change b files: b
| | |
| o | branch= 3 change a files: a
Patrick Mezard
Test subversion branches conversion
r5874 | | |
Patrick Mezard
convert/svn: remove dead code from entry deletion code path...
r8884 | | o branch=old 2 branch trunk, remove c and dir files: c
| |/
| o branch= 1 hello files: a b c dir/e
Patrick Mezard
Test subversion branches conversion
r5874 |/
Patrick Mezard
convert: improve subversion branch filtering
r6540 o branch= 0 init projA files:
Patrick Mezard
Test subversion branches conversion
r5874
Michael J. Pedersen
convert: adding branchmap functionality to convert extension
r8377 newbranch 11:
Stefano Tortarolo
Active branches fix (issue1104)
r6631 default 10:
Patrick Mezard
convert: improve subversion branch filtering
r6540 old 9:
old2 8:
Patrick Mezard
Test subversion branches conversion
r5874 tip
Patrick Mezard
convert/svn: better error when hg cannot call itself (issue1838)
r9587 % test hg failing to call itself
abort: Mercurial failed to run itself, check hg executable is in PATH