mercurial/remoterepo.py
changeset 2612 ffb895f16925
parent 2484 eabcda3ed0dd
child 2858 345bac2bc4ec
equal deleted inserted replaced
2611:1b4eb1f92433 2612:ffb895f16925
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 class remoterepository(object):
     8 import repo
       
     9 
       
    10 class remoterepository(repo.repository):
     9     def dev(self):
    11     def dev(self):
    10         return -1
    12         return -1
    11 
    13 
    12     def local(self):
    14     def local(self):
    13         return False
    15         return False