Mercurial > evolve
changeset 1553:ed63bf62ff02
check-code: make drophack comply with check-code
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Fri, 04 Dec 2015 15:28:29 -0800 |
parents | ebebff25b891 |
children | 59f5bb1f1877 |
files | hgext/drophack.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/drophack.py Fri Dec 04 15:28:00 2015 -0800 +++ b/hgext/drophack.py Fri Dec 04 15:28:29 2015 -0800 @@ -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)