sapling/mercurial
2010-09-02 17:28:20 +02:00
..
help help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00
hgweb mail/hgweb: support service names for ports (issue2350) 2010-08-28 12:31:07 -04:00
pure clean up remaining generic exceptions 2010-05-07 16:59:00 -05:00
templates templates: add filenolink to raw style (issue2332) 2010-08-16 12:55:42 -05:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py merge: sort arguments to stabilize the ancestor search 2010-06-21 13:25:42 -05:00
archival.py archival: do not use repo.changelog directly 2010-08-26 23:38:13 +02:00
base85.c base85.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
bdiff.c bdiff.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
bundlerepo.py bundlerepo: remove duplication of bundle decompressors 2010-08-25 16:55:54 -05:00
byterange.py pylint, pyflakes: remove unused or duplicate imports 2010-04-14 17:58:10 +09:00
changegroup.py bundlerepo: remove duplication of bundle decompressors 2010-08-25 16:55:54 -05:00
changelog.py Merge with stable 2010-02-11 17:44:01 -06:00
cmdutil.py Consistently import foo as foomod when foo to avoid shadowing 2010-08-30 14:38:24 +02:00
commands.py debugindex(dot): try to access filelogs through repo, if possible 2010-09-01 15:03:45 +02:00
config.py error: fix up test-hgrc 2010-06-04 23:04:31 -05:00
context.py Lowercase error messages 2010-08-29 22:37:58 +02:00
copies.py copies: properly visit file context ancestors on working file contexts 2010-04-07 21:31:47 +02:00
dagparser.py dagparser: translate and lowercase error messages 2010-08-30 17:17:20 +02:00
demandimport.py demandimport: store level argument on _demandmod instances 2010-08-17 17:46:10 +02:00
diffhelpers.c diffhelpers.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
dirstate.py dirstate: ignore symlinks when fs cannot handle them (issue1888) 2010-08-09 15:31:56 +02:00
discovery.py discovery: remove duplication for new remote head discovery 2010-07-15 21:44:51 +02:00
dispatch.py Lowercase error messages 2010-08-29 22:37:58 +02:00
encoding.py cleanup: remove unused imports 2010-08-27 13:32:38 -04:00
error.py Abort: add a hint argument, printed in the next line inside parenthesis 2010-07-15 14:41:22 +02:00
extensions.py extensions: improve language for wrapfunction() docstring. 2010-07-09 11:13:45 +02:00
fancyopts.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
filelog.py filelog: cmp: don't read data if hashes are identical (issue2273) 2010-07-05 19:49:54 +09:00
filemerge.py Fix merge-tools.checkconflicts 2010-08-26 17:38:43 +02:00
graphmod.py hgweb/graph: edge should be same color as the destination 2010-03-07 17:44:43 +01:00
hbisect.py Lowercase error messages 2010-08-29 22:37:58 +02:00
help.py help: make "hg help hgrc" an alias for "hg help config" 2010-09-02 12:53:28 +02:00
hg.py clone, patch, convert: use hex(nullid) instead of '0'*40 2010-09-02 12:08:13 +02:00
hook.py http: deliver hook output to client 2010-06-30 18:15:23 -05:00
httprepo.py cleanup: remove unused imports 2010-08-27 13:32:38 -04:00
i18n.py i18n: fix translation of empty paragraphs 2010-06-19 19:16:11 +02:00
ignore.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
keepalive.py fix coding style (reported by pylint) 2010-02-08 15:36:34 +01:00
localrepo.py commit: sort subrepos before committing for stable test output 2010-08-31 16:36:31 +02:00
lock.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
lsprof.py fix spaces/identation issues 2010-02-05 18:50:08 +01:00
lsprofcalltree.py drop unused imports 2009-05-14 15:35:46 +02:00
mail.py mail: use standard section.entry format in error message 2010-08-30 22:47:38 +02:00
manifest.py deltaparent(): don't return nullrev for a revision containing a full snapshot 2010-08-21 19:30:42 +02:00
match.py match: mark error messages for translation 2010-08-30 17:11:51 +02:00
mdiff.py mdiff.patch(): add a special case for when the base text is empty 2010-08-23 13:28:04 +02:00
merge.py util: remove lexists, Python 2.4 introduced os.path.lexists 2010-08-25 16:23:32 +02:00
minirst.py minirst: use unicode string as intermediate form for replacement 2010-06-30 12:44:58 +09:00
mpatch.c mpatch.c: Added preliminary support for py3k. 2010-06-15 19:49:56 -03:00
node.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
osutil.c osutil.c: Support for py3k added. 2010-06-15 19:49:56 -03:00
parser.py parser: improve infix error checking 2010-06-19 17:56:52 -05:00
parsers.c parsers.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
patch.py clone, patch, convert: use hex(nullid) instead of '0'*40 2010-09-02 12:08:13 +02:00
posix.py acl: grp module is not available on windows 2010-05-10 21:09:48 +02:00
pushkey.py pushkey: add pushkey core 2010-06-16 16:04:44 -05:00
py3kcompat.py py3kcompat: added fake ord implementation for py3k 2010-08-07 16:38:38 -03:00
repair.py repair: pass variable explicitely to nested function 2010-08-26 23:38:13 +02:00
repo.py repository: drop unused rjoin() method 2010-08-22 13:17:34 +02:00
revlog.py mdiff.patch(): add a special case for when the base text is empty 2010-08-23 13:28:04 +02:00
revset.py Consistently import foo as foomod when foo to avoid shadowing 2010-08-30 14:38:24 +02:00
similar.py fix coding style 2010-05-02 00:48:33 +02:00
simplemerge.py simplemerge: remove hash-bang from non-executable script 2010-08-26 22:51:48 +02:00
sshrepo.py cleanup: remove unused imports 2010-08-27 13:32:38 -04:00
sshserver.py cleanup: remove unused imports 2010-08-27 13:32:38 -04:00
statichttprepo.py statichttprepo: disable pushkey 2010-08-24 13:13:35 -05:00
store.py store: skip decodir check if path does not contain '.hg/' 2010-08-12 16:45:47 +09:00
strutil.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
subrepo.py subrepo: use [0-9] instead of [\d] in svn subrepo regex 2010-08-27 13:03:57 +02:00
tags.py tags: remove inactive debugging code. 2010-06-15 16:10:32 -04:00
templatefilters.py templatefilters: unnest uescape() 2010-08-15 17:50:52 +02:00
templatekw.py templates: 'children' keyword 2010-07-03 05:24:16 +02:00
templater.py cleanups: undefined variables 2010-06-08 09:30:45 +02:00
transaction.py cleanup: typos 2010-07-26 22:29:49 +02:00
ui.py parsebool: create new function and use it for config parsing 2010-08-28 21:50:35 -05:00
url.py http basic auth: reset redirect counter on new requests (issue2255) 2010-08-13 13:32:05 -03:00
util.h util.h: Defined macros for working "with" PyStrings in py3k. 2010-07-02 16:21:40 -03:00
util.py util: get rid of extra trailing whitespace in parsedate abort message 2010-08-30 13:29:44 +09:00
verify.py verify: initialize rp variable in case we hit out of memory 2010-08-05 16:17:33 -05:00
win32.py win32: remove useless lstat() fallback in nlinks() 2010-08-19 22:51:09 +02:00
windows.py cleanup: remove unused variables 2010-08-27 13:32:40 -04:00
wireproto.py Consistently import foo as foomod when foo to avoid shadowing 2010-08-30 14:38:24 +02:00