hgext/convert/hg.py
changeset 29205 a0939666b836
parent 28900 b65966f50058
child 30375 11b8b740d54a
--- a/hgext/convert/hg.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/convert/hg.py	Sat May 14 14:03:12 2016 +0900
@@ -22,6 +22,7 @@
 import re
 import time
 
+from mercurial.i18n import _
 from mercurial import (
     bookmarks,
     context,
@@ -37,7 +38,6 @@
 )
 stringio = util.stringio
 
-from mercurial.i18n import _
 from . import common
 mapfile = common.mapfile
 NoRepo = common.NoRepo