diff -r 7a634b34fc91 -r aedec880e095 mercurial/wireproto.py --- a/mercurial/wireproto.py Fri Mar 28 14:30:11 2014 -0700 +++ b/mercurial/wireproto.py Fri Mar 28 14:35:36 2014 -0700 @@ -481,6 +481,7 @@ return func return register +@wireprotocommand('batch', 'cmds *') def batch(repo, proto, cmds, others): repo = repo.filtered("served") res = [] @@ -781,7 +782,6 @@ os.unlink(tempname) commands.update({ - 'batch': (batch, 'cmds *'), 'between': (between, 'pairs'), 'branchmap': (branchmap, ''), 'branches': (branches, 'nodes'),