Commit Graph

5 Commits

Author SHA1 Message Date
Adrian Buehlmann
f3f0f9ecd6 introduce fncache repository layout
* adds a new entry 'fncache' to '.hg/requires' for new repos
* writes new file '.hg/store/fncache'
* hash-encodes filenames with long paths (issue839)
* encodes Windows reserved filenames (issue793)
2008-10-19 19:12:07 +02:00
Adrian Buehlmann
00f3faf7cc fixed missing sorting in test-dumprevlog
The test failed at random because the order of files was non-deterministic,
which produced diffs in test output.
2008-04-11 09:27:28 +02:00
Patrick Mezard
0ec4a6ad34 test-dumprevlog: fix extra path separator under MacOSX
The "find .hg/store/ -name '*.i'" command returned paths with extra separators
like '.hg/store//00changelog.i'.
2008-04-11 11:21:55 +02:00
Thomas Arendsen Hein
82ad00cdba Make tests/test-dumprevlog executable 2008-04-05 00:11:36 +02:00
Adrian Buehlmann
5c85e0dcee add tests for contrib/dumprevlog and undumprevlog 2008-04-03 17:17:39 +02:00