mercurial/bundle2.py
changeset 35259 ad5f2b923b0d
parent 35258 dbf868623daf
child 35260 af5507203d01
--- a/mercurial/bundle2.py	Sun Oct 15 15:01:03 2017 +0200
+++ b/mercurial/bundle2.py	Mon Nov 13 04:22:45 2017 +0100
@@ -1475,6 +1475,7 @@
 # These are only the static capabilities.
 # Check the 'getrepocaps' function for the rest.
 capabilities = {'HG20': (),
+                'bookmarks': (),
                 'error': ('abort', 'unsupportedcontent', 'pushraced',
                           'pushkey'),
                 'listkeys': (),