--- a/mercurial/httprepo.py Thu Jun 22 13:19:52 2006 +0900
+++ b/mercurial/httprepo.py Wed Jun 21 22:45:29 2006 -0700
@@ -176,9 +176,6 @@
capabilities = property(get_caps)
- def dev(self):
- return -1
-
def lock(self):
raise util.Abort(_('operation not supported over http'))