# HG changeset patch # User Laurent Charignon # Date 1449271709 28800 # Node ID ed63bf62ff02cf5a1c9c12841b3ed0dfa7eccf2c # Parent ebebff25b89105f46112dc3f911f2a83d6093fe5 check-code: make drophack comply with check-code diff -r ebebff25b891 -r ed63bf62ff02 hgext/drophack.py --- 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)