changeset 33701 | fda0867cfe03 |
parent 33499 | 0407a51b9d8c |
child 33704 | c0b317cfecc8 |
--- a/mercurial/httppeer.py Fri Aug 04 15:49:36 2017 -0400 +++ b/mercurial/httppeer.py Sun Aug 06 17:44:56 2017 -0700 @@ -132,9 +132,6 @@ (' '.join(self.caps or ['none']))) return self.caps - def lock(self): - raise error.Abort(_('operation not supported over http')) - def _callstream(self, cmd, _compressible=False, **args): if cmd == 'pushkey': args['data'] = ''