hgext/histedit.py
changeset 22900 7bf82faba774
parent 22873 9fe8e1e80841
child 22901 722117c8e023
--- a/hgext/histedit.py	Mon Oct 13 13:21:03 2014 -0500
+++ b/hgext/histedit.py	Mon Oct 13 14:04:11 2014 -0500
@@ -234,7 +234,7 @@
         repo.dirstate.endparentchange()
         repo.dirstate.write()
         # fix up dirstate for copies and renames
-    cmdutil.duplicatecopies(repo, ctx.rev(), ctx.p1().rev())
+        cmdutil.duplicatecopies(repo, ctx.rev(), ctx.p1().rev())
     return stats
 
 def collapse(repo, first, last, commitopts):