Show More
@@ -270,6 +270,7 class verifier: | |||||
270 | progress = ui.makeprogress( |
|
270 | progress = ui.makeprogress( | |
271 | _(b'checking'), unit=_(b'changesets'), total=len(repo) |
|
271 | _(b'checking'), unit=_(b'changesets'), total=len(repo) | |
272 | ) |
|
272 | ) | |
|
273 | with cl.reading(): | |||
273 | for i in repo: |
|
274 | for i in repo: | |
274 | progress.update(i) |
|
275 | progress.update(i) | |
275 | n = cl.node(i) |
|
276 | n = cl.node(i) |
General Comments 0
You need to be logged in to leave comments.
Login now