sapling/mercurial/pure
Patrick Mezard c4cef76e25 mdiff: replace wscleanup() regexps with C loops
On my system it reduces:

  hg annotate -w mercurial/commands.py

from 36s to less than 8s, to be compared with 6.3s when run without whitespace
options.
2011-11-18 14:23:03 +01:00
..
base85.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
bdiff.py mdiff: replace wscleanup() regexps with C loops 2011-11-18 14:23:03 +01: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 win32: msvcr71.dll should be used for python 2.4 and 2.5 2011-08-08 14:32:27 +09:00
parsers.py parsers: remove redundant 'n' variable in parsers.parse_index2() (issue2935) 2011-07-31 22:12:13 +02:00