sapling/mercurial
2009-04-01 12:11:14 +03:00
..
hgweb move encoding bits from util to encoding 2009-04-03 14:51:48 -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 move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
commands.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
context.py cleanup: drop variables for unused return values 2009-03-23 13:13:02 +01: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 move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
encoding.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
error.py move util.Abort to error.py 2009-04-03 13:20:52 -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 bisect: use integer division 2009-03-28 17:29:14 +01:00
help.py Clarify the usage of HGRCPATH 2009-03-07 16:06:46 +08:00
hg.py on clone failure, only remove directories we created 2009-03-31 21:21:53 -05:00
hook.py ability to load hooks from arbitrary python module 2009-03-27 01:28:09 +02:00
httprepo.py httprepo: lowercase debug output 2009-03-29 21:52:43 +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 move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
lock.py error: move lock errors 2009-01-12 11:09:14 -06:00
lsprof.py cleanup: drop unused assignments 2009-03-23 13:13:06 +01:00
mail.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
manifest.py revlog: kill from-style imports 2009-01-11 22:55:36 -06: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 resolve: move reset to localrepo.commit 2009-03-16 16:58:41 -05: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 diffstat: use width 80 by default and avoid division by zero 2009-03-20 14:38:50 -05:00
posix.py posix: kill some trailing newlines 2009-04-03 12:37:07 -05:00
repair.py linkrev: take a revision number rather than a hash 2008-11-12 15:19:14 -06:00
repo.py cleanup: drop unused imports 2009-03-23 13:12:07 +01:00
revlog.py revlog: faster hash computation when one of the parent node is null 2009-03-23 15:32:29 +01: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 cleanup: drop unused assignments 2009-03-23 13:13:06 +01: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 error: move lock errors 2009-01-12 11:09:14 -06:00
strutil.py Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
templatefilters.py move encoding bits from util to encoding 2009-04-03 14:51:48 -05:00
templater.py kill some trailing spaces 2008-11-27 16:07:13 +01:00
transaction.py add missing import from d329ec89ce55 2008-11-07 18:42:43 +01:00
ui.py catch CTRL-D at password prompt 2009-02-21 17:46:06 -06:00
url.py url: detect scheme with a regexp instead of urlsplit() 2008-10-28 23:54:01 +01:00
util.py Correct a bug on date formats with '>' or '<' accompanied by space characters. 2009-04-01 09:11:00 -07:00
verify.py verify, i18n: fix unmarked strings 2009-03-29 19:56:53 -03: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