check-code: make drophack comply with check-code
authorLaurent Charignon <lcharignon@fb.com>
Fri, 04 Dec 2015 15:28:29 -0800
changeset 1553 ed63bf62ff02
parent 1552 ebebff25b891
child 1554 59f5bb1f1877
check-code: make drophack comply with check-code
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)