sapling/mercurial
Martin Geisler b43ec973e1 changelog: turn {de,en}code_extra methods into functions
The methods were not really methods -- they didn't use 'self'. Having
them as functions in the module it useful for other modules (like the
commitsigs extension) that want to recompute the changeset hash and
thus want to encode dicts the same way as changelog does it.

Removed the underbars from their names at the same time.
2009-05-15 01:21:24 +02:00
..
hgweb drop unused imports 2009-05-14 15:35:46 +02:00
pure posixfile: remove posixfile_nt and fix import bug in windows.py 2009-05-13 21:36:16 +02:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
archival.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02: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 separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
byterange.py byterange: fix import error 2009-05-14 13:20:04 +02:00
changegroup.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
changelog.py changelog: turn {de,en}code_extra methods into functions 2009-05-15 01:21:24 +02:00
cmdutil.py editor: move HG: filtering from ui to commiteditor 2009-05-14 13:21:17 -05:00
commands.py grep: make cache LRU rather than unlimited 2009-05-14 13:20:40 -05:00
config.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
context.py context: add new manifestnode method 2009-05-14 13:21:20 -05:00
copies.py copies: don't translate untranslatable string 2009-05-09 14:56:06 +02:00
demandimport.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
dispatch.py dispatch: remember loaded extensions in a real set 2009-05-07 17:56:57 +02:00
encoding.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
error.py turn some comments back into module docstrings 2009-04-26 01:24:49 +02:00
extensions.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
fancyopts.py some modernization cleanups, forward compatibility 2009-05-13 14:08:39 +02:00
filelog.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
filemerge.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
graphmod.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
hbisect.py add blank line after copyright notices and after header 2009-04-26 01:25:53 +02:00
help.py help: document nonempty template filter. 2009-04-28 17:30:00 +02:00
hg.py clone: try updating to the actual changeset specified in options 2009-05-14 22:00:56 +02:00
hook.py some modernization cleanups, forward compatibility 2009-05-13 14:08:39 +02:00
httprepo.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
i18n.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
ignore.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
keepalive.py util: remove md5 2009-05-04 21:30:39 +02:00
localrepo.py commit: hoist the rest of the dirstate manipulation out of commitctx 2009-05-14 13:24:39 -05:00
lock.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
lsprof.py cleanup: drop unused assignments 2009-03-23 13:13:06 +01:00
lsprofcalltree.py drop unused imports 2009-05-14 15:35:46 +02:00
mail.py mail: updated comment 2009-05-08 15:14:04 +02:00
manifest.py drop unused imports 2009-05-14 15:35:46 +02:00
match.py match: add copyright and license header 2009-04-26 01:57:00 +02:00
mdiff.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
merge.py some modernization cleanups, forward compatibility 2009-05-13 14:08:39 +02:00
mpatch.c allow Mercurial to compile on Haiku 2008-09-17 10:22:35 +02:00
node.py put license and copyright info into comment blocks 2009-04-26 01:13:08 +02:00
osutil.c Windows: improve performance via buffered I/O 2009-05-08 15:52:26 -07:00
parsers.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
patch.py patch: copy copies dict before changing it (issue1651) 2009-05-14 13:20:40 -05:00
posix.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
repair.py transaction: add atomic groups to transaction logic 2009-05-11 21:12:40 +02:00
repo.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
revlog.py revlog: slightly tune group() by not going rev->node->rev 2009-05-14 16:00:21 +02:00
simplemerge.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
sshrepo.py util: remove ignored mode argument in popen[23] 2009-05-09 17:32:57 +02:00
sshserver.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
statichttprepo.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
store.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
streamclone.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
strutil.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
templatefilters.py drop unused imports 2009-05-14 15:35:46 +02:00
templater.py some modernization cleanups, forward compatibility 2009-05-13 14:08:39 +02:00
transaction.py transaction: add atomic groups to transaction logic 2009-05-11 21:12:40 +02:00
ui.py editor: move HG: filtering from ui to commiteditor 2009-05-14 13:21:17 -05:00
url.py url: fix bug in passwordmgr related to auth configuration 2009-05-11 07:55:13 +02:00
util.py util: make atomictempfile saner if mktempcopy fails 2009-05-14 14:12:32 -07:00
verify.py verify: detect manifest revs not in any changeset 2009-05-14 16:22:49 +02:00
win32.py posixfile: remove posixfile_nt and fix import bug in windows.py 2009-05-13 21:36:16 +02:00
windows.py posixfile: remove posixfile_nt and fix import bug in windows.py 2009-05-13 21:36:16 +02:00