sapling/mercurial
2011-05-05 11:33:02 -04:00
..
help revset aliases 2011-04-30 18:30:14 +02:00
hgweb http: minor tweaks to long arg handling 2011-05-01 03:51:04 -05:00
pure pure bdiff: don't use a generator 2011-04-30 15:05:36 +02:00
templates web: Made elapsed time calculation dynamic (javascript). 2011-04-28 17:02:39 +02:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py ancestor: improve description 2011-03-07 15:45:10 -06:00
archival.py move opener from util to scmutil 2011-04-20 19:54:57 +02:00
base85.c backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
bdiff.c bdiff.c: rename all variables which hold a hash value to "hash" 2011-03-23 02:33:24 +01:00
bookmarks.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
bundlerepo.py bundlerepo: fix closing and docstring of getremotechanges 2011-05-04 20:14:30 +02:00
byterange.py pylint, pyflakes: remove unused or duplicate imports 2010-04-14 17:58:10 +09:00
changegroup.py unbundler: separate delta and header parsing 2011-04-30 19:01:24 +02:00
changelog.py changelog: fixes leaked file handle 2011-05-05 11:33:02 -04:00
cmdutil.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
commands.py commands: use util.Abort's hint some more 2011-05-05 14:57:21 +02:00
config.py config: use util.posixfile 2011-03-16 18:48:59 +01:00
context.py context: provide an efficient iterator for workingctx 2011-05-01 08:29:50 -05:00
copies.py misc: replace .parents()[0] with p1() 2011-04-04 16:21:59 -05:00
dagparser.py cleanup: use x in (a, b) instead of x == a or x == b 2010-09-23 00:02:31 -05:00
dagutil.py setdiscovery: limit lines to 80 characters 2011-05-05 23:21:37 +08:00
demandimport.py demandimport: change default for level from None to -1 2010-12-01 21:46:08 +01:00
diffhelpers.c backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
dirstate.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
discovery.py fix errors reported by pyflakes test 2011-05-04 19:27:55 +02:00
dispatch.py dispatch: handle IndexErrors 2011-05-01 11:01:57 +02:00
encoding.py encoding: add an encoding-aware lower function 2011-04-30 10:57:13 -05:00
error.py introduce new RequirementError (issue2649) 2011-02-18 20:25:25 +01:00
extensions.py extensions: obsolete and remove parentrevspec extension 2011-04-30 18:27:39 +02:00
fancyopts.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
filelog.py filelog: extract metadata parsing and packing 2011-04-30 16:32:50 +02:00
filemerge.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
graphmod.py graphmod: correctly emit nodes with more than 2 predecessors 2011-05-01 15:51:46 +02:00
hbisect.py Lowercase error messages 2010-08-29 22:37:58 +02:00
help.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
hg.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
hook.py hooks: sort any dictionaries set in the environment 2010-12-24 15:22:00 +01:00
httprepo.py http: minor tweaks to long arg handling 2011-05-01 03:51:04 -05:00
i18n.py HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT 2011-01-05 00:18:36 +11:00
ignore.py remove unnecessary list comprehensions 2011-02-03 10:31:17 +01:00
keepalive.py fix coding style (reported by pylint) 2010-02-08 15:36:34 +01:00
localrepo.py revlog: remove support for parentdelta 2011-05-05 12:55:12 +02:00
lock.py lock: use util.unlink (issue2537) 2011-01-11 14:10:16 +01:00
lsprof.py lsprof: remove #!-line from non-executable script 2010-10-25 23:46:26 +02:00
lsprofcalltree.py drop unused imports 2009-05-14 15:35:46 +02:00
mail.py mail: fix regression when parsing unset smtp.tls option 2011-01-07 20:50:42 +01:00
manifest.py manifest: add readfast method 2011-03-20 19:43:28 -05:00
match.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
mdiff.py mdiff: carriage return (\r) is also ignorable whitespace 2010-10-19 03:55:06 +02:00
merge.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
minirst.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
mpatch.c backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
node.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
osutil.c osutil: replace #import with #include, and add a check for it 2011-03-23 23:05:32 +01:00
parser.py revset: report a parse error if a revset is not parsed completely (issue2654) 2011-03-16 23:09:14 +01:00
parsers.c backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
patch.py patch: remove redundant variable in iterhunks() 2011-04-26 21:22:14 +02:00
posix.py eliminate various naked except clauses 2011-04-23 00:51:25 +03:00
pushkey.py bookmarks: move pushkey functions into core 2011-02-10 13:46:27 -06:00
py3kcompat.py py3kcompat: added fake ord implementation for py3k 2010-08-07 16:38:38 -03:00
repair.py remove unused imports and variables 2011-04-30 13:59:14 +02:00
repo.py Make sure bundlerepo doesn't leak temp files (issue2491) 2011-02-12 10:58:11 +01:00
revlog.py revlog: remove support for punched/shallow 2011-05-05 12:46:02 +02:00
revset.py revset: avoid over-aggresive optimizations of non-filtering functions (issue2549) 2011-05-01 17:35:05 +02:00
scmutil.py util & scmutil: adapt read/write helpers as request by mpm 2011-05-02 10:11:05 +02:00
setdiscovery.py setdiscovery: limit lines to 80 characters 2011-05-05 23:21:37 +08:00
similar.py fix coding style 2010-05-02 00:48:33 +02:00
simplemerge.py move opener from util to scmutil 2011-04-20 19:54:57 +02:00
sshrepo.py url: move URL parsing functions into util to improve startup time 2011-04-30 09:43:20 -07:00
sshserver.py wireproto: fix handling of '*' args for HTTP and SSH 2011-03-22 07:38:32 +01:00
sslutil.py sslutil: extracted ssl methods from httpsconnection in url.py 2011-05-04 22:08:55 -05:00
statichttprepo.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
store.py store: break up reference cycle introduced in e11fd6385080 2011-05-04 12:58:59 +02:00
strutil.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
subrepo.py url: move URL parsing functions into util to improve startup time 2011-04-30 09:43:20 -07:00
tags.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
templatefilters.py templatefilters: improve person() for john.doe@example.com 2011-04-17 21:34:25 +02:00
templatekw.py remove unused imports and variables 2011-04-30 13:59:14 +02:00
templater.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
transaction.py transaction: use posixfile and unlink from util 2011-02-15 14:41:49 +01:00
treediscovery.py treediscovery: fix regression when run against older repos (issue2793) 2011-05-05 12:53:33 +02:00
ui.py ui: add configint function and tests 2011-05-03 22:28:08 +02:00
url.py sslutil: extracted ssl methods from httpsconnection in url.py 2011-05-04 22:08:55 -05:00
util.h backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
util.py util & scmutil: adapt read/write helpers as request by mpm 2011-05-02 10:11:05 +02:00
verify.py code style: prefer 'is' and 'is not' tests with singletons 2010-11-22 18:15:58 +01:00
win32.py win32: Wine doesn't know about hardlinks 2011-04-21 15:08:48 -05:00
windows.py remove unused imports and variables 2011-04-30 13:59:14 +02:00
wireproto.py httprepo: long arguments support (issue2126) 2011-05-01 01:04:37 +08:00