Commit Graph

10 Commits

Author SHA1 Message Date
Thomas Klausner
e27adfc3f1 tests: run 'cvs init' only on non-existent directories (issue4482)
Do not create cvsroot directory since cvs-1.12 errors out
if CVSROOT exists before 'cvs init'.
2014-12-28 21:30:52 +01:00
Yuya Nishihara
ed7051c6c7 tests: write hgrc of more than two lines by using shell heredoc
Here document should be readable than repeating echo commands.
2014-11-04 23:41:46 +09:00
Matt Mackall
11be5cc27c tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
Martin Geisler
7316194bdf tests: don't load unnecessary graphlog extension
Since graphlog is in core, we can use 'hg log -G' instead.
2013-11-22 19:14:17 +01:00
Mads Kiilerich
65e8a6dd50 convert: make toposort order stable when multiple orderings are possible
The output of some tests are changed. Not necessarily to the better, just other
valid permutations.
2012-12-13 23:15:51 +01:00
Mads Kiilerich
14ac790472 tests: restore previous fix for date ambiguity in cvs test
30db4b71a82e changed some sleeps after cvs update to sleeps before commit. I
don't know why that should work, but I have a machine where it doesn't work.
Commits regularly fails becuase cvs doesn't notice that a file has been
changed.

Restoring the previous sleep between the update and the edit makes cvs notice
the change.
2011-07-01 18:13:48 +02:00
Matt Mackall
661af7d646 tests: fix up date ambiguity in cvs test 2011-06-11 14:14:53 -05:00
Mads Kiilerich
3174ff376b tests: remove redundant globs
Many globs now just match $TESTTMP and is no longer needed.
2010-10-08 22:36:10 -05:00
Mads Kiilerich
0bec1958b5 test-convert-cvs-detectmerge: add sleep so cvs notices changes 2010-09-29 01:33:31 +02:00
Matt Mackall
164446c4ff tests: unify test-convert-cvs-detectmerge 2010-09-26 15:42:48 -05:00