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

r11673:a2f11188 default
r12156:4c94b6d0 default
Show More
test-convert-hg-source.out
55 lines | 1.2 KiB | text/plain | TextLexer
/ tests / test-convert-hg-source.out
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Matt Mackall
merge: introduce mergestate
r6512 merging baz and foo to baz
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 1 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Matt Mackall
merge: introduce mergestate
r6512 merging foo and baz to baz
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 1 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Matt Mackall
convert: handle closed branch heads in hg-hg conversion (issue2185)
r11673 marked working directory as branch foo
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 initializing destination new repository
scanning source...
sorting...
converting...
Matt Mackall
convert: handle closed branch heads in hg-hg conversion (issue2185)
r11673 7 add foo bar
6 change foo
5 make bar and baz copies of foo
4 merge local copy
3 merge remote copy
2 mark baz executable
1 branch foo
0 close
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 comparing with ../orig
searching for changes
no changes found
Patrick Mezard
convert: make mapfile handle LF and CRLF shamap (issue1846)
r9528 % check shamap LF and CRLF handling
scanning source...
sorting...
converting...
1 change foo again again
0 change foo again
Patrick Mezard
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)...
r7231 % init broken repository
created new head
% break it
initializing destination fixed repository
scanning source...
sorting...
converting...
4 init
Patrick Mezard
convert: correctly detect missing revlog for root revisions
r7232 ignoring: data/b.i@1e88685f5dde: no match found
Patrick Mezard
convert: default revisions order depends on source...
r8692 3 changeall
2 changebagain
Patrick Mezard
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)...
r7231 1 merge
0 moveb
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
3 files, 5 changesets, 5 total revisions
% manifest -r 0
a
% manifest -r tip
a
c
d