Show More
@@ -165,7 +165,7 b' def clone(ui, source, dest=None, pull=Fa' | |||||
165 | # can end up with extra data in the cloned revlogs that's |
|
165 | # can end up with extra data in the cloned revlogs that's | |
166 | # not pointed to by changesets, thus causing verify to |
|
166 | # not pointed to by changesets, thus causing verify to | |
167 | # fail |
|
167 | # fail | |
168 | src_lock = src_repo.lock() |
|
168 | src_lock = src_repo.lock(wait=False) | |
169 | except error.LockError: |
|
169 | except error.LockError: | |
170 | copy = False |
|
170 | copy = False | |
171 |
|
171 |
General Comments 0
You need to be logged in to leave comments.
Login now