sapling/mercurial
2010-10-23 17:45:49 +02:00
..
help help: improve merge-tools topic, describe --tool and clarify details 2010-10-22 17:08:15 +02:00
hgweb hgweb: let HTTPS serve use more compatible and less secure encryption 2010-10-21 03:18:52 +02:00
pure cleanup: use x in (a, b) instead of x == a or x == b 2010-09-23 00:02:31 -05:00
templates hgweb help: fix double help links 2010-10-10 12:03:28 -05:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py backout most of 26e0b9a8ce0d 2010-09-24 12:46:54 -05:00
archival.py subrepo: add support for 'hg archive' 2010-09-20 15:46:17 +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: unify common code into a new getremotechanges 2010-10-14 22:41:43 +02:00
byterange.py pylint, pyflakes: remove unused or duplicate imports 2010-04-14 17:58:10 +09:00
changegroup.py bundlerepo: restore close() method 2010-09-20 16:14:05 -05:00
changelog.py Merge with stable 2010-02-11 17:44:01 -06:00
cmdutil.py cmdutil: mark string for i18n 2010-10-20 12:29:41 -02:00
commands.py backout: add --tool argument for specifying merge tool 2010-10-22 11:58:43 -05:00
config.py error: fix up test-hgrc 2010-06-04 23:04:31 -05:00
context.py context: narrow down filter special case in filectx.cmp() 2010-10-14 22:47:50 +02:00
copies.py copies: don't detect copies as "divergent renames" 2010-10-10 09:48:37 -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
demandimport.py demandimport: backout 907b6ae6f918 2010-10-21 10:13:03 -05:00
diffhelpers.c diffhelpers.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
dirstate.py backout most of 26e0b9a8ce0d 2010-09-24 12:46:54 -05:00
discovery.py discovery: findincoming() is no longer used 2010-10-17 22:24:26 +02:00
dispatch.py dispatch: backout 3b699ee0e66d 2010-10-21 11:23:26 +02:00
encoding.py check-code: find trailing whitespace 2010-10-20 10:13:04 +02: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.load: return module 2010-10-19 13:43:40 +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 merge: implement --tool arguments using new ui.forcemerge configurable 2010-10-19 22:33:52 -05: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: add "revset" alias for "revsets" help topic 2010-10-23 17:45:49 +02:00
hg.py outgoing: unify common graphlog.outgoing and hg.outgoing code 2010-10-15 05:21:51 +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 subrepo: rename relpath to subrelpath and introduce reporelpath 2010-10-19 03:55:28 +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 narrowmatcher: propagate bad method 2010-09-13 13:09:09 +02:00
mdiff.py mdiff: carriage return (\r) is also ignorable whitespace 2010-10-19 03:55:06 +02:00
merge.py merge: make 'diverging renames' diagnostic a more helpful note. 2010-10-10 09:50:25 -05:00
minirst.py minirst: pull admonition titles out formatblock function 2010-10-08 23:23:49 +02: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 import: only the first hg patch marker should be processed (issue2417) 2010-10-14 01:28:29 +02:00
posix.py termwidth: move to ui.ui from util 2010-10-10 10:06:36 -05: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 revlog.addgroup(): always use _addrevision() to add new revlog entries 2010-10-08 18:00:19 -05:00
revset.py revset: add translator comments to i18n strings 2010-10-23 14:59:19 +02:00
similar.py fix coding style 2010-05-02 00:48:33 +02:00
simplemerge.py backout most of 26e0b9a8ce0d 2010-09-24 12:46:54 -05:00
sshrepo.py cleanup: remove unused imports 2010-08-27 13:32:38 -04:00
sshserver.py wireproto: introduce pusherr() to deal with "unsynced changes" error 2010-10-11 12:45:36 -05:00
statichttprepo.py statichttprepo: disable pushkey 2010-08-24 13:13:35 -05:00
store.py store: encode first period or space in filenames (issue1713) 2010-10-09 21:54:50 +02:00
strutil.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
subrepo.py subrepo: svnsubrepo._wcrev should return str after 62328a9d763a 2010-10-21 10:54:37 +02:00
tags.py tags: do not fail if tags.cache is corrupted (issue2444) 2010-10-19 20:20:10 +09:00
templatefilters.py templater: add hex filter. 2010-09-22 00:14:57 +02:00
templatekw.py templates: 'children' keyword 2010-07-03 05:24:16 +02:00
templater.py templater: add a few comments. 2010-09-21 23:55:32 +02:00
transaction.py cleanup: typos 2010-07-26 22:29:49 +02:00
ui.py ui: only fix config if the relevant section has changed 2010-10-18 14:10:36 +09:00
url.py check-code: find trailing whitespace 2010-10-20 10:13:04 +02:00
util.h util.h: Defined macros for working "with" PyStrings in py3k. 2010-07-02 16:21:40 -03:00
util.py util: make wrap() require a width argument 2010-10-10 18:02:52 -05:00
verify.py verify/progress: using gerund to indicate action and adding units 2010-08-02 07:15:47 +03:00
win32.py termwidth: move to ui.ui from util 2010-10-10 10:06:36 -05:00
windows.py termwidth: move to ui.ui from util 2010-10-10 10:06:36 -05:00
wireproto.py wireproto: introduce pusherr() to deal with "unsynced changes" error 2010-10-11 12:45:36 -05:00