sapling/mercurial
2009-04-23 15:40:10 -05:00
..
hgweb ui: refactor option setting 2009-04-23 15:40:10 -05:00
pure pure/parsers: fix circular imports, import mercurial modules properly 2009-04-03 12:37:38 -05:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py ancestor: caching the parent list to improve performance 2009-03-23 15:36:30 +01:00
archival.py fix disappearing symlinks [issue1509] 2009-02-15 11:14:20 -06:00
base85.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
bdiff.c bdiff: add comment about normalization 2009-01-12 17:51:57 +01:00
bundlerepo.py bundlerepo: reintroduce dirstate 2009-03-17 13:43:11 -05:00
byterange.py use Exception(args)-style raising consistently (py3k compatibility) 2008-09-08 13:07:00 +02:00
changegroup.py improve changegroup.readbundle(), use it in hgweb 2008-02-21 17:02:28 +01:00
changelog.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
cmdutil.py cmdutil: return boolean result directly in want function 2009-04-22 17:15:59 +02:00
commands.py switch lock releasing in the core from gc to explicit 2009-04-22 02:01:22 +02:00
config.py ui: introduce new config parser 2009-04-23 15:40:10 -05:00
context.py Merge with crew-stable 2009-04-13 21:57:17 +02:00
copies.py cleanup: drop unused imports 2009-03-23 13:12:07 +01:00
demandimport.py demandimport: blacklist pythoncom 2009-03-09 21:00:37 -05:00
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py mq: drop copy records when refreshing regular patches (issue1441) 2009-01-04 21:32:40 +01:00
dispatch.py ui: introduce new config parser 2009-04-23 15:40:10 -05:00
encoding.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
error.py ui: introduce new config parser 2009-04-23 15:40:10 -05:00
extensions.py extensions loading: don't fail if path to extension ends with a '/' 2009-04-01 12:11:14 +03:00
fancyopts.py fancyopts: Parse options that occur after arguments. 2009-02-10 13:26:00 -06:00
filelog.py revlog: kill from-style imports 2009-01-11 22:55:36 -06:00
filemerge.py cleanup: drop unused imports 2009-03-23 13:12:07 +01:00
graphmod.py cleanup: drop unused imports 2009-03-23 13:12:07 +01:00
hbisect.py switch lock releasing in the core from gc to explicit 2009-04-22 02:01:22 +02:00
help.py help: word-wrap help texts at 70 characters 2009-04-04 23:21:33 +02:00
hg.py switch dircleanup in mercurial.hg.clone from gc based to explicit 2009-04-22 02:01:22 +02:00
hook.py ability to load hooks from arbitrary python module 2009-03-27 01:28:09 +02:00
httprepo.py Merge with crew-stable 2009-04-13 14:36:55 +02:00
i18n.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
ignore.py use dict.iteritems() rather than dict.items() 2009-01-12 09:16:03 +01:00
keepalive.py keepalive: fix reference to IncompleteRead 2009-03-23 11:12:01 +01:00
localrepo.py document the locking pattern in localrepo.status 2009-04-22 02:01:22 +02:00
lock.py add a deprecation warning for gc based lock releasing 2009-04-22 02:01:22 +02:00
lsprof.py cleanup: drop unused assignments 2009-03-23 13:13:06 +01:00
lsprofcalltree.py profiling: Adding support for kcachegrind output format, using lsprofcalltree 2009-04-08 14:20:57 +02:00
mail.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
manifest.py manifest: improve error message about newlines in filenames 2009-04-18 09:48:59 -04:00
match.py dirstate.walk: speed up calling match function 2008-07-22 13:03:31 -05:00
mdiff.py diff: fix obscure off-by-one error in diff -p 2008-11-27 17:00:54 +01:00
merge.py switch lock releasing in the core from gc to explicit 2009-04-22 02:01:22 +02:00
mpatch.c allow Mercurial to compile on Haiku 2008-09-17 10:22:35 +02:00
node.py manifest: speed up creation of the manifestdict 2007-07-23 20:44:08 -05:00
osutil.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
parsers.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
patch.py patch, i18n: avoid parameterized plural 2009-04-20 21:16:14 -03:00
posix.py posix: kill some trailing newlines 2009-04-03 12:37:07 -05:00
repair.py strip: make repair.strip transactional to avoid repository corruption 2009-04-16 15:34:03 +02:00
repo.py cleanup: drop unused imports 2009-03-23 13:12:07 +01:00
revlog.py strip: make repair.strip transactional to avoid repository corruption 2009-04-16 15:34:03 +02:00
simplemerge.py remove unused variables 2008-10-28 19:25:26 +01:00
sshrepo.py cleanup: drop unused imports 2009-03-23 13:12:07 +01:00
sshserver.py switch lock releasing in the core from gc to explicit 2009-04-22 02:01:22 +02:00
statichttprepo.py cleanup: drop unused imports 2009-03-23 13:12:07 +01:00
store.py util: split out posix, windows, and win32 modules 2009-03-26 13:54:44 -05:00
streamclone.py switch lock releasing in the core from gc to explicit 2009-04-22 02:01:22 +02:00
strutil.py Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
templatefilters.py templatefilters: split out jsonescape() function 2009-04-06 10:51:45 +02:00
templater.py templatefilters: strings are iterators, but shouldn't be joined anyway 2009-04-06 16:26:57 +02:00
transaction.py transaction: only delete journal on successful abort/commit 2009-04-16 15:41:25 +02:00
ui.py ui: introduce new config parser 2009-04-23 15:40:10 -05:00
url.py url: detect scheme with a regexp instead of urlsplit() 2008-10-28 23:54:01 +01:00
util.py util: return boolean result directly in util.binary 2009-04-22 17:14:58 +02:00
verify.py switch lock releasing in the core from gc to explicit 2009-04-22 02:01:22 +02:00
win32.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
windows.py windows: get Abort from error 2009-04-03 14:52:03 -05:00