##// END OF EJS Templates
bundle2: add an informative comment to the capability dict...
Pierre-Yves David -
r25317:5a5b7046 default
parent child Browse files
Show More
@@ -1019,6 +1019,8 b' class unbundlepart(unpackermixin):'
1019 raise util.Abort(_('Seek failed\n'))
1019 raise util.Abort(_('Seek failed\n'))
1020 self._pos = newpos
1020 self._pos = newpos
1021
1021
1022 # These are only the static capabilities.
1023 # Check the 'getrepocaps' function for the rest.
1022 capabilities = {'HG20': (),
1024 capabilities = {'HG20': (),
1023 'listkeys': (),
1025 'listkeys': (),
1024 'pushkey': (),
1026 'pushkey': (),
General Comments 0
You need to be logged in to leave comments. Login now