mercurial/sshrepo.py
changeset 2484 eabcda3ed0dd
parent 2473 30c267cb4c2f
child 2549 e1831f06eef1
--- a/mercurial/sshrepo.py	Thu Jun 22 13:19:52 2006 +0900
+++ b/mercurial/sshrepo.py	Wed Jun 21 22:45:29 2006 -0700
@@ -79,9 +79,6 @@
         except:
             pass
 
-    def dev(self):
-        return -1
-
     def do_cmd(self, cmd, **args):
         self.ui.debug(_("sending %s command\n") % cmd)
         self.pipeo.write("%s\n" % cmd)