sapling/mercurial
2006-05-02 21:50:53 -07:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
appendfile.py merge with crew. 2006-05-02 14:37:55 -07:00
archival.py Combine catching exceptions added in ef4567e4fb9c in one except statement. 2006-04-30 22:46:54 +02:00
bdiff.c do proper typecasting on malloc() and calloc() calls 2006-03-20 08:46:29 +01:00
bundlerepo.py fix file handling bugs on windows. 2006-05-02 14:30:00 -07:00
byterange.py Make consistent use of str.startswith() in conditionals. 2005-07-10 16:14:56 -08:00
changegroup.py Added missing gettext import to changegroup.py. 2006-03-24 15:19:08 +01:00
changelog.py Replaced 0 with REVLOGV0 where this meaning is used. 2006-04-27 21:16:46 +02:00
commands.py deprecate addremove command. 2006-05-02 21:50:53 -07:00
demandload.py rewrite demandload module to be more flexible. 2006-03-02 11:38:03 -08:00
dirstate.py benoit asked for comment to make avoid of recursive repo clearer. 2006-04-13 13:46:05 -07:00
fancyopts.py fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX 2005-11-14 03:59:35 +02:00
filelog.py Implement revlogng. 2006-04-04 16:38:43 -04:00
hg.py new type of repo: bundle://path/to/repo+/path/to/bundlename 2006-03-13 03:56:36 +01:00
hgweb.py If default sorting is name, offer name-descending with one click. 2006-05-01 19:17:34 +02:00
httprangereader.py Fix just introduced possible old-http bug 2006-04-30 18:50:53 +02:00
httprepo.py Catch HTTPException when reading from remote http repository. 2006-03-29 12:45:33 +02:00
i18n.py use a dummy function for gettext 2005-10-18 18:38:04 -07:00
localrepo.py Make hg update more verbose by default (issue12) 2006-05-02 18:44:02 +02:00
lock.py fix backtrace printed when cannot get lock. 2006-03-28 09:01:07 -08:00
manifest.py Replaced 0 with REVLOGV0 where this meaning is used. 2006-04-27 21:16:46 +02:00
mdiff.py Fill in the uncompressed size during revlog.addgroup 2006-04-04 16:38:44 -04:00
mpatch.c merge 0.8.1 with revlogng 2006-04-08 20:10:46 -04:00
node.py fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX 2005-11-14 03:59:35 +02:00
packagescan.py Fix py2exe packagescan problem with new demandload 2006-03-06 10:49:34 -08: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 merge with crew. 2006-05-02 14:37:55 -07:00
sshrepo.py merge with crew. 2006-05-02 14:37:55 -07:00
statichttprepo.py Implement revlogng. 2006-04-04 16:38:43 -04:00
templater.py Windows py2exe version didn't handle names given to templatepath() correctly 2006-03-24 10:33:18 -08:00
transaction.py Fix transaction handling during interleaved file split. 2006-04-17 13:19:58 -04:00
ui.py do not check sys.argv from localrepo when running hooks. 2006-04-30 16:30:39 -07:00
util_win32.py fix file handling bugs on windows. 2006-05-02 14:30:00 -07:00
util.py merge with crew. 2006-05-02 14:37:55 -07:00
version.py Don't forget version at the end of setup.py, write it only if changed. 2006-03-19 21:26:58 +01:00