sapling/mercurial
Matt Mackall 2f9b02c62d replace util.sort with sorted built-in
This is marginally faster for small and moderately-sized lists
2009-04-26 16:50:44 -05:00
..
hgweb replace util.sort with sorted built-in 2009-04-26 16:50:44 -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 replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
cmdutil.py replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
commands.py replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
config.py config: getsource -> source 2009-04-26 16:50:43 -05:00
context.py replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
copies.py replace util.sort with sorted built-in 2009-04-26 16:50:44 -05: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 replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
dispatch.py ui: print_exc() -> traceback() 2009-04-26 16:50:44 -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 ui: print_exc() -> traceback() 2009-04-26 16:50:44 -05: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 replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
graphmod.py cleanup: drop unused imports 2009-03-23 13:12:07 +01:00
hbisect.py replace set-like dictionaries with real sets 2009-04-22 00:57:28 +02:00
help.py help: document stripdir template filter 2009-04-24 19:39:27 +02:00
hg.py clone: config escaping no longer needed 2009-04-26 16:50:43 -05:00
hook.py replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
httprepo.py ui: print_exc() -> traceback() 2009-04-26 16:50:44 -05: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: attempt to fix issue1003 2009-04-23 15:40:10 -05:00
localrepo.py replace util.sort with sorted built-in 2009-04-26 16:50:44 -05: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 replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
match.py replace set-like dictionaries with real sets 2009-04-22 00:57:28 +02:00
mdiff.py diff: fix obscure off-by-one error in diff -p 2008-11-27 17:00:54 +01:00
merge.py replace set-like dictionaries with real sets 2009-04-22 00:57:28 +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 replace util.sort with sorted built-in 2009-04-26 16:50:44 -05: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 rebase, revlog: use set(x) instead of set(x.keys()) 2009-04-25 22:25:49 +02:00
simplemerge.py remove unused variables 2008-10-28 19:25:26 +01:00
sshrepo.py util: use built-in set and frozenset 2009-04-22 00:55:32 +02: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 replace util.sort with sorted built-in 2009-04-26 16:50: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 strutil: removed rsplit 2009-04-24 17:32:18 +02:00
templatefilters.py templatefilters: add new stripdir filter 2009-04-24 18:37:44 +02:00
templater.py config: getsource -> source 2009-04-26 16:50:43 -05:00
transaction.py transaction: only delete journal on successful abort/commit 2009-04-16 15:41:25 +02:00
ui.py ui: make interactive a method 2009-04-26 16:50:44 -05:00
url.py ui: make interactive a method 2009-04-26 16:50:44 -05:00
util.py replace util.sort with sorted built-in 2009-04-26 16:50:44 -05:00
verify.py replace util.sort with sorted built-in 2009-04-26 16:50:44 -05: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