diff -r 113a30b87716 -r e35320ce8043 mercurial/bundle2.py --- 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 '')