sapling/mercurial/pure
Augie Fackler 14a08e5514 pure parsers: properly detect corrupt index files
This new Python code should be equivalent in behavior to the if
statement at line 312 of parsers.c. Without this, the pure-python
parsers improperly ignore truncated revlogs as created in
test-verify.t.
2011-05-24 13:30:10 -05:00
..
base85.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
bdiff.py pure bdiff: don't use a generator 2011-04-30 15:05:36 +02:00
diffhelpers.py cleanup: use x in (a, b) instead of x == a or x == b 2010-09-23 00:02:31 -05:00
mpatch.py pure mpatch: avoid using list.insert(0, ...) 2011-04-30 15:05:34 +02:00
osutil.py pure: provide more correct implementation of posixfile for Windows 2011-05-18 09:12:27 +02:00
parsers.py pure parsers: properly detect corrupt index files 2011-05-24 13:30:10 -05:00