Show More
@@ -1214,6 +1214,8 b' class localrepository(object):' | |||
|
1214 | 1214 | def _lock(self, vfs, lockname, wait, releasefn, acquirefn, desc, |
|
1215 | 1215 | parentenvvar=None): |
|
1216 | 1216 | parentlock = None |
|
1217 | # the contents of parentenvvar are used by the underlying lock to | |
|
1218 | # determine whether it can be inherited | |
|
1217 | 1219 | if parentenvvar is not None: |
|
1218 | 1220 | parentlock = os.environ.get(parentenvvar) |
|
1219 | 1221 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now