hgext/histedit.py
changeset 22059 d5cef58d8ec8
parent 22002 a44b7b6f3cd7
child 22152 d2a5986cb89d
--- a/hgext/histedit.py	Thu Aug 07 14:57:20 2014 -0500
+++ b/hgext/histedit.py	Thu Aug 07 14:58:12 2014 -0500
@@ -208,8 +208,6 @@
             repo.ui.restoreconfig(phasebackup)
     return commitfunc
 
-
-
 def applychanges(ui, repo, ctx, opts):
     """Merge changeset from ctx (only) in the current working directory"""
     wcpar = repo.dirstate.parents()[0]