diff -r ae4bf69c8068 -r c8b9cbf55840 mercurial/wireproto.py --- a/mercurial/wireproto.py Fri Mar 28 14:36:05 2014 -0700 +++ b/mercurial/wireproto.py Fri Mar 28 14:36:41 2014 -0700 @@ -521,6 +521,7 @@ r.append(encodelist(b) + "\n") return "".join(r) +@wireprotocommand('branchmap') def branchmap(repo, proto): branchmap = repo.branchmap() heads = [] @@ -783,7 +784,6 @@ os.unlink(tempname) commands.update({ - 'branchmap': (branchmap, ''), 'branches': (branches, 'nodes'), 'capabilities': (capabilities, ''), 'changegroup': (changegroup, 'roots'),