mercurial/httprepo.py
changeset 2484 eabcda3ed0dd
parent 2467 4e78dc71d946
child 2501 b73552a00b20
--- a/mercurial/httprepo.py
+++ b/mercurial/httprepo.py
@@ -176,9 +176,6 @@ class httprepository(remoterepository):
 
     capabilities = property(get_caps)
 
-    def dev(self):
-        return -1
-
     def lock(self):
         raise util.Abort(_('operation not supported over http'))