sapling/mercurial
2006-10-10 18:43:20 -03:00
..
hgweb Add base URL to hgwebdir templater (fixes index page when the URL does not have a trailing /) 2006-10-10 10:54:22 -07: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 Handle odd-sized base85 input and output 2006-10-07 16:21:33 -07:00
bdiff.c update copyrights. 2006-08-12 12:30:02 -07:00
bundlerepo.py clean up hg.py: move repo constructor code into each repo module 2006-07-31 07:11:12 -07: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 [extendedchangelog] add extra metadata in the changelog entry 2006-10-02 22:35:52 +02:00
cmdutil.py Move revision parsing into cmdutil. 2006-09-14 11:19:35 -07:00
commands.py merge with crew 2006-10-09 15:52:37 +02:00
context.py context: change workingctx str() from . to <node>+ 2006-10-10 02:11:59 -05:00
demandload.py Avoid Python 2.5 warning 2006-08-20 00:44:53 -03:00
dirstate.py Whitespace/Tab cleanup 2006-10-01 19:26:33 +02: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.annotate is now obsolete 2006-09-30 20:56:26 -07:00
hg.py merge: pull user messages out to hg.py 2006-10-10 03:39:44 -05:00
httprangereader.py update copyrights. 2006-08-12 12:30:02 -07:00
httprepo.py Whitespace/Tab cleanup 2006-10-01 19:26:33 +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 merge with upstream 2006-10-10 09:30:05 +02: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 merge: pull user messages out to hg.py 2006-10-10 03:39:44 -05:00
mpatch.c mpatch: Fix for malloc corner case on AIX 2006-09-21 16:16:39 -05:00
node.py update copyrights. 2006-08-12 12:30:02 -07:00
packagescan.py merge. 2006-08-22 07:55:10 -07:00
patch.py fix warnings from pychecker 2006-10-02 21:10:31 +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 correctly find the type of 'id' in revlog.lookup 2006-09-30 15:15:59 +02:00
sshrepo.py ssh: make the error message more clear, add a testcase 2006-10-06 16:24:14 +02:00
sshserver.py Whitespace/Tab cleanup 2006-10-01 19:26:33 +02:00
statichttprepo.py update copyrights. 2006-08-12 12:30:02 -07: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 Templater expects an iterable copies variable (fixes notify). 2006-09-29 18:17:29 -07:00
transaction.py update copyrights. 2006-08-12 12:30:02 -07:00
ui.py ui.py: don't let parent and child ui objects share header and prev_header 2006-10-10 18:43:20 -03:00
util_win32.py fix windows username problem. 2006-07-24 09:11:26 -07:00
util.py Add documentation about the date formats allowed in the command line 2006-10-03 12:33:22 +02:00
verify.py Abstract manifest block parsing. 2006-09-29 13:00:54 -07:00
version.py update copyrights. 2006-08-12 12:30:02 -07:00