Show More
@@ -156,7 +156,6 b' from mercurial import error' | |||
|
156 | 156 | from mercurial import copies |
|
157 | 157 | from mercurial import context |
|
158 | 158 | from mercurial import hg |
|
159 | from mercurial import lock as lockmod | |
|
160 | 159 | from mercurial import node |
|
161 | 160 | from mercurial import repair |
|
162 | 161 | from mercurial import scmutil |
@@ -901,7 +900,7 b' def cleanupnode(ui, repo, name, nodes):' | |||
|
901 | 900 | # This would reduce bundle overhead |
|
902 | 901 | repair.strip(ui, repo, c) |
|
903 | 902 | finally: |
|
904 |
|
|
|
903 | release(lock) | |
|
905 | 904 | |
|
906 | 905 | def summaryhook(ui, repo): |
|
907 | 906 | if not os.path.exists(repo.join('histedit-state')): |
General Comments 0
You need to be logged in to leave comments.
Login now