branch | mercurial-3.6 |
changeset 1604 | 61dd08f4dc62 |
parent 1553 | ed63bf62ff02 |
--- a/hgext/drophack.py Thu Feb 04 11:13:38 2016 +0000 +++ b/hgext/drophack.py Wed Feb 10 23:44:00 2016 +0000 @@ -150,7 +150,8 @@ stripmarker(ui, repo, markers) # strip the changeset with timed(ui, 'strip nodes'): - repair.strip(ui, repo, list(allnodes), backup="all", topic='drophack') + repair.strip(ui, repo, list(allnodes), backup="all", + topic='drophack') finally: lockmod.release(lock, wlock)