sapling/mercurial
2006-12-09 14:19:52 +01:00
..
hgweb Fix hg serve -6 getsockname handling 2006-12-08 17:10:40 -08:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
appendfile.py reduce memory used when appendfile appends to real file. 2006-05-09 11:08:06 -07:00
archival.py Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2". 2006-11-02 19:23:55 +01:00
base85.c python2.5 PyArg_ParseTuple fix 2006-10-12 14:04:11 -03:00
bdiff.c add AIX to the list of compilers that don't have inline keyword 2006-10-27 10:24:19 +02:00
bundlerepo.py introduce localrepo.spath for the store path, sopener fixes 2006-12-05 11:28:23 +01:00
byterange.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
changegroup.py changegroup.py: delay the loading of the bz2 and zlib modules 2006-12-02 16:08:00 -02:00
changelog.py Handle transcoding of username and description in changelog 2006-12-03 16:16:33 -06:00
cmdutil.py Use util.always instead of creating a new lambda function in show_changeset 2006-12-09 09:30:29 +01:00
commands.py Removed unneeded OSError exception handler. 2006-12-09 14:00:36 +01:00
context.py context: don't spuriously raise abort when a file goes missing. 2006-12-08 13:14:57 -06:00
demandload.py Avoid Python 2.5 warning 2006-08-20 00:44:53 -03:00
dirstate.py issue228: Fix repositories at the filesystem root (/ or C:\) 2006-11-09 21:53:45 +01:00
fancyopts.py additional fixes for issue436 2006-12-01 16:18:16 -02:00
filelog.py use forward "/" for internal path and static http, fix issue437 2006-12-05 16:33:40 +01:00
help.py Update dates help topic 2006-12-06 13:36:23 -06:00
hg.py Show the destionation for clone if not specified manually. 2006-12-09 14:19:52 +01:00
httprangereader.py update copyrights. 2006-08-12 12:30:02 -07:00
httprepo.py fix push over HTTP to older servers 2006-11-21 23:08:29 -02:00
i18n.py update copyrights. 2006-08-12 12:30:02 -07:00
keepalive.py clean up trailing white space. 2006-07-12 08:28:00 -07:00
localrepo.py Allow the user to specify the fallback encoding for the changelog 2006-12-08 22:01:05 -02:00
lock.py Don't step into an endless loop when lock file is empty. 2006-11-20 19:36:28 +01:00
lsprof.py do not try to package lsprof if not available. 2006-06-23 19:20:22 -07:00
mail.py fix typo in mail.py 2006-08-20 02:21:59 -03:00
manifest.py issue352: disallow '\n' and '\r' in filenames (dirstate and manifest) 2006-11-01 17:56:55 +01:00
mdiff.py Add -D/--nodates options to hg diff/export that removes dates from diff headers 2006-09-26 00:05:24 +01:00
merge.py imported patch collision 2006-12-04 17:10:31 -06:00
mpatch.c mpatch: Fix for malloc corner case on AIX 2006-09-21 16:16:39 -05:00
node.py Define and use nullrev (revision of nullid) instead of -1. 2006-10-29 10:53:51 +01:00
packagescan.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
patch.py handle files with more than one git binary patch 2006-11-27 22:03:36 -02:00
remoterepo.py update copyrights. 2006-08-12 12:30:02 -07:00
repo.py Add hg.LookupError 2006-10-01 11:58:55 -07:00
revlog.py Use unsigned version format. 2006-12-01 23:27:53 +01:00
sshrepo.py Use UnexpectedOutput exception instead of RepoError in sshrepo, too. 2006-12-02 22:16:00 +01:00
sshserver.py sshrepo: add passing of lookup exceptions 2006-09-09 18:25:06 -07:00
statichttprepo.py use forward "/" for internal path and static http, fix issue437 2006-12-05 16:33:40 +01:00
streamclone.py introduce localrepo.spath for the store path, sopener fixes 2006-12-05 11:28:23 +01:00
strutil.py fix issue 322. 2006-08-18 21:03:29 -07:00
templater.py further simplify stringify 2006-11-15 15:51:58 -06:00
transaction.py update copyrights. 2006-08-12 12:30:02 -07:00
ui.py add a simple nested buffering scheme to ui 2006-12-01 01:28:18 -06:00
util_win32.py only print a warning when no username is specified 2006-11-28 21:16:05 +01:00
util.py Allow the user to specify the fallback encoding for the changelog 2006-12-08 22:01:05 -02:00
verify.py verify: add rename link checking 2006-12-01 02:35:46 -06:00
version.py update copyrights. 2006-08-12 12:30:02 -07:00