diff mercurial/httprepo.py @ 2484:eabcda3ed0dd

remove duplicate code.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 21 Jun 2006 22:45:29 -0700
parents 4e78dc71d946
children b73552a00b20
line wrap: on
line diff
--- 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'))