sapling/mercurial/pure
Drew Gottlieb 430b150d78 parsers: remove unused dependency on util
Parsers.py had a reference to util.sha1 which was unused. This commit removes
this reference as well as the unused import of util to simplify the dependency
graph. This is important for the next commit which actually relocates part
of a module to eliminate a cycle.
2015-04-06 13:59:36 -07:00
..
__init__.py pure: quiesce build warnings 2012-04-16 08:50:40 -07:00
base85.py pure/base85: align exception type/msg on base85.c 2012-05-07 21:49:45 +02: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 cleanup: eradicate long lines 2012-05-12 15:54:54 +02:00
osutil.py osutil: consider WindowsError's behaviour to support python 2.4 on Windows 2013-07-12 11:14:42 +09:00
parsers.py parsers: remove unused dependency on util 2015-04-06 13:59:36 -07:00