hgext/hgk.py
changeset 29205 a0939666b836
parent 29125 9b12517a7081
child 29397 844f72885fb9
--- a/hgext/hgk.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/hgk.py	Sat May 14 14:03:12 2016 +0900
@@ -37,6 +37,13 @@
 from __future__ import absolute_import
 
 import os
+
+from mercurial.i18n import _
+from mercurial.node import (
+    nullid,
+    nullrev,
+    short,
+)
 from mercurial import (
     cmdutil,
     commands,
@@ -44,12 +51,6 @@
     patch,
     scmutil,
 )
-from mercurial.node import (
-    nullid,
-    nullrev,
-    short,
-)
-from mercurial.i18n import _
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)