branch | stable |
changeset 35811 | e35320ce8043 |
parent 35804 | 2d3e486d09d0 |
child 35813 | 768326377e4d |
--- a/mercurial/bundle2.py Tue Jan 30 20:32:48 2018 -0800 +++ b/mercurial/bundle2.py Tue Jan 30 22:27:45 2018 +0100 @@ -2033,7 +2033,7 @@ for book, node in changes: hookargs = tr.hookargs.copy() hookargs['pushkeycompat'] = '1' - hookargs['namespace'] = 'bookmark' + hookargs['namespace'] = 'bookmarks' hookargs['key'] = book hookargs['old'] = nodemod.hex(bookstore.get(book, '')) hookargs['new'] = nodemod.hex(node if node is not None else '')