sapling/mercurial
2006-10-30 16:10:58 -08:00
..
hgweb Turn of "Not trusting file" logging when running hgweb and hgwebdir 2006-10-26 19:25:45 +02:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py Abstract ancestor algorithm into generic function 2006-09-20 16:50:50 -05:00
appendfile.py reduce memory used when appendfile appends to real file. 2006-05-09 11:08:06 -07:00
archival.py Fix some bugs introduced during the manifest refactoring 2006-08-12 08:53:23 -03: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 Explicitly use REVLOGV0 instead of 0 in bundlerepo. 2006-10-29 10:55:38 +01:00
byterange.py Make consistent use of str.startswith() in conditionals. 2005-07-10 16:14:56 -08:00
changegroup.py use demandload more. 2006-06-20 23:58:21 -07:00
changelog.py imported patch b1 2006-10-17 18:01:14 -05:00
cmdutil.py convert dict(zip(x,x)) to dict.fromkeys(x) 2006-10-27 00:38:42 -05:00
commands.py doc: clone doesn't create a working directory in remote repos 2006-10-29 15:09:01 +01:00
context.py filelog: rename filelog.size() to filelog.len() 2006-10-29 16:33:46 +01:00
demandload.py Avoid Python 2.5 warning 2006-08-20 00:44:53 -03:00
dirstate.py small refactoring of path normalization in dirstate.statwalk 2006-10-27 14:10:01 -05:00
fancyopts.py fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX 2005-11-14 03:59:35 +02:00
filelog.py filelog: rename filelog.size() to filelog.len() 2006-10-29 16:33:46 +01:00
hg.py Stop erroring out pull -r and clone -r if repository isn't local. 2006-09-09 18:25:07 -07:00
httprangereader.py update copyrights. 2006-08-12 12:30:02 -07:00
httprepo.py Inform the user about the new URL when being redirected via http. 2006-10-28 23:05:57 +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 Define and use nullrev (revision of nullid) instead of -1. 2006-10-29 10:53:51 +01:00
lock.py update copyrights. 2006-08-12 12:30:02 -07: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 Whitespace/Tab cleanup 2006-10-01 19:26:33 +02: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 use workingcontext.files() to detect if the repo is unclean 2006-10-29 14:18:55 +01: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 merge. 2006-08-22 07:55:10 -07:00
patch.py git patch: create empty added files 2006-10-30 16:10:58 -08: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 revlog: more nullrev fixes 2006-10-29 16:14:55 +01:00
sshrepo.py sshrepo: add passing of lookup exceptions 2006-09-09 18:25:06 -07:00
sshserver.py sshrepo: add passing of lookup exceptions 2006-09-09 18:25:06 -07:00
statichttprepo.py localrepo: add separate methods for manipulating repository data 2006-10-23 17:12:20 -05:00
streamclone.py fix problem with uncompressed clone and python 2.3. 2006-07-17 07:43:15 -07:00
strutil.py fix issue 322. 2006-08-18 21:03:29 -07:00
templater.py Added extra changeset info to templater and map-cmdline.default. 2006-10-18 18:09:32 +02:00
transaction.py update copyrights. 2006-08-12 12:30:02 -07:00
ui.py Turn of "Not trusting file" logging when running hgweb and hgwebdir 2006-10-26 19:25:45 +02:00
util_win32.py makes username mandatory 2006-10-18 22:24:03 +02:00
util.py Merge with upstream 2006-10-27 23:09:46 +02:00
verify.py use xrange instead of range 2006-10-19 14:16:51 +02:00
version.py update copyrights. 2006-08-12 12:30:02 -07:00