Show More
@@ -67,6 +67,9 b' class httprepository(remoterepository):' | |||||
67 | def dev(self): |
|
67 | def dev(self): | |
68 | return -1 |
|
68 | return -1 | |
69 |
|
69 | |||
|
70 | def lock(self): | |||
|
71 | raise util.Abort(_('operation not supported over http')) | |||
|
72 | ||||
70 | def do_cmd(self, cmd, **args): |
|
73 | def do_cmd(self, cmd, **args): | |
71 | self.ui.debug(_("sending %s command\n") % cmd) |
|
74 | self.ui.debug(_("sending %s command\n") % cmd) | |
72 | q = {"cmd": cmd} |
|
75 | q = {"cmd": cmd} |
General Comments 0
You need to be logged in to leave comments.
Login now