hgext/histedit.py
changeset 29205 a0939666b836
parent 29126 7dd5d19c9773
child 29213 4a3d55281a85
--- a/hgext/histedit.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/histedit.py	Sat May 14 14:03:12 2016 +0900
@@ -175,6 +175,8 @@
 import os
 import pickle
 import sys
+
+from mercurial.i18n import _
 from mercurial import (
     bundle2,
     cmdutil,
@@ -194,7 +196,6 @@
     scmutil,
     util,
 )
-from mercurial.i18n import _
 
 release = lock.release
 cmdtable = {}