equal
deleted
inserted
replaced
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 |