mercurial/logexchange.py
changeset 41365 876494fd967d
parent 40420 94c0421d67a0
child 43076 2372284d9457
equal deleted inserted replaced
41364:0132221c25cd 41365:876494fd967d
    95     finally:
    95     finally:
    96         wlock.release()
    96         wlock.release()
    97 
    97 
    98 def activepath(repo, remote):
    98 def activepath(repo, remote):
    99     """returns remote path"""
    99     """returns remote path"""
   100     local = None
       
   101     # is the remote a local peer
   100     # is the remote a local peer
   102     local = remote.local()
   101     local = remote.local()
   103 
   102 
   104     # determine the remote path from the repo, if possible; else just
   103     # determine the remote path from the repo, if possible; else just
   105     # use the string given to us
   104     # use the string given to us