branch | stable |
changeset 1210 | 1f8428096078 |
parent 1121 | 1a39b1b8e092 |
child 1553 | ed63bf62ff02 |
--- a/hgext/drophack.py Thu Mar 05 20:02:07 2015 -0500 +++ b/hgext/drophack.py Fri Mar 13 09:04:12 2015 -0700 @@ -150,7 +150,7 @@ stripmarker(ui, repo, markers) # strip the changeset with timed(ui, 'strip nodes'): - repair.strip(ui, repo, allnodes, backup="all", topic='drophack') + repair.strip(ui, repo, list(allnodes), backup="all", topic='drophack') finally: lockmod.release(lock, wlock)