equal
deleted
inserted
replaced
148 # strip them |
148 # strip them |
149 with timed(ui, 'strip obsmarker'): |
149 with timed(ui, 'strip obsmarker'): |
150 stripmarker(ui, repo, markers) |
150 stripmarker(ui, repo, markers) |
151 # strip the changeset |
151 # strip the changeset |
152 with timed(ui, 'strip nodes'): |
152 with timed(ui, 'strip nodes'): |
153 repair.strip(ui, repo, list(allnodes), backup="all", topic='drophack') |
153 repair.strip(ui, repo, list(allnodes), backup="all", |
|
154 topic='drophack') |
154 |
155 |
155 finally: |
156 finally: |
156 lockmod.release(lock, wlock) |
157 lockmod.release(lock, wlock) |
157 |
158 |
158 # rewrite the whole file. |
159 # rewrite the whole file. |