Show More
@@ -859,8 +859,8 b' def pull(repo, remote, heads=None, force' | |||||
859 | _pullbundle2(pullop) |
|
859 | _pullbundle2(pullop) | |
860 | _pullchangeset(pullop) |
|
860 | _pullchangeset(pullop) | |
861 | _pullphase(pullop) |
|
861 | _pullphase(pullop) | |
|
862 | _pullbookmarks(pullop) | |||
862 | _pullobsolete(pullop) |
|
863 | _pullobsolete(pullop) | |
863 | _pullbookmarks(pullop) |
|
|||
864 | pullop.closetransaction() |
|
864 | pullop.closetransaction() | |
865 | finally: |
|
865 | finally: | |
866 | pullop.releasetransaction() |
|
866 | pullop.releasetransaction() |
General Comments 0
You need to be logged in to leave comments.
Login now