hgext/drophack.py
branchmercurial-3.4
changeset 1608 e359d33856c3
parent 1553 ed63bf62ff02
--- a/hgext/drophack.py	Thu Feb 04 11:01:35 2016 +0000
+++ b/hgext/drophack.py	Thu Feb 11 00:32:40 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)