Commit Graph

8 Commits

Author SHA1 Message Date
Benoit Boissinot
2252ad24c8 shrink: delete extension preventing further refactoring (BC)
Reordering can be done by setting bundle.reorder to true and doing a
clone --pull.
2013-05-10 22:47:12 +02:00
Mads Kiilerich
bf6fb79f83 tests: introduce hghave hardlinks
Some tests can't be run on FAT filesystems because it doesn't support
hardlinks.
2012-06-15 00:02:27 +02:00
Thomas Arendsen Hein
21bb7c4cdc tests: make tests work if directory contains special characters
With this quoting tests will work e.g. in "/tmp/foo bar/mercurial/".
2012-04-03 19:06:35 +02:00
Mads Kiilerich
8c22a0ec28 tests: make (glob) on windows accept \ instead of /
Globbing is usually used for filenames, so on windows it is reasonable and very
convenient that glob patterns accepts '\' or '/' when the pattern specifies
'/'.
2011-11-07 03:25:10 +01:00
Sune Foldager
d634569a21 fix test broken in merge from stable 2011-05-16 11:14:06 +02:00
Augie Fackler
45c4bf395f test-contrib: add a test for shrink-revlog
We only verify the extension runs and that verify passes at the end as
constructing a test repository that would result in a shrink would be
nontrivial.
2011-04-29 12:46:56 -05:00
Augie Fackler
a3b6360383 test-simplemerge-cmd.t: move all tests into test-contrib.t 2011-04-29 08:46:21 -05:00
Augie Fackler
69c30410f6 Move test-dumprevlog to test-contrib in anticipation of more contrib tests 2011-04-29 08:43:05 -05:00