sapling/mercurial
2006-02-24 20:25:18 +01:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
bdiff.c Sunpro compiler patch 2006-02-20 15:58:04 -06:00
byterange.py Make consistent use of str.startswith() in conditionals. 2005-07-10 16:14:56 -08:00
changelog.py i18n part2: use '_' for all strings who are part of the user interface 2005-10-18 18:38:39 -07:00
commands.py on revert, only undele files that are removed in the dirstate 2006-02-24 20:25:18 +01:00
demandload.py implement demand loading hack 2005-06-05 10:48:39 -08:00
dirstate.py only write the dirstate when something changed 2006-02-23 02:17:08 +01:00
fancyopts.py fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX 2005-11-14 03:59:35 +02:00
filelog.py Re-enable the renamed check fastpath 2005-12-22 13:18:44 -06:00
hg.py localrepo: minor opener usage restructuring 2005-08-27 16:34:54 -07:00
hgweb.py Fixed wrong (copy&paste) usage of tmpl instead of self.t in hgweb. 2006-02-23 12:35:15 +01:00
httprangereader.py Convert all classes to new-style classes by deriving them from object. 2005-11-18 22:48:47 -08:00
httprepo.py add preoutgoing and outgoing hooks. 2006-02-17 08:26:21 -08:00
i18n.py use a dummy function for gettext 2005-10-18 18:38:04 -07:00
localrepo.py Merge with mercurial/tonfa 2006-02-22 08:04:46 +01:00
lock.py add a timeout when a lock is held (default 1024 sec) 2006-02-21 23:21:15 +01:00
manifest.py Fix comment syntax 2006-01-29 12:23:52 +13:00
mdiff.py Fix diff against an empty file (issue124) and add a test for this. 2006-02-15 14:22:16 +01:00
mpatch.c Fixed misleading indentation in mpatch.c 2006-02-18 16:31:02 +01:00
node.py fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX 2005-11-14 03:59:35 +02:00
packagescan.py Cleanup of tabs and trailing spaces. 2005-09-21 07:56:19 +02:00
remoterepo.py Convert all classes to new-style classes by deriving them from object. 2005-11-18 22:48:47 -08:00
repo.py Break apart hg.py 2005-08-27 14:21:25 -07:00
revlog.py revalidate revlog data after locking the repo (issue132) 2006-02-22 07:26:29 +01:00
sshrepo.py add preoutgoing and outgoing hooks. 2006-02-17 08:26:21 -08:00
statichttprepo.py cleanup of revlog.group when repository is local 2005-12-27 13:09:49 -06:00
transaction.py Convert all classes to new-style classes by deriving them from object. 2005-11-18 22:48:47 -08:00
ui.py Add new bdiff based unidiff generation. 2006-01-24 15:02:10 +13:00
util.py Fix rcpath for hgwebdir case (sys.argv is empty) 2006-01-24 13:59:11 +13:00
version.py [PATCH] /dev/null for other OS 2005-06-24 22:58:14 -08:00