hgext/hgk.py
changeset 6212 e75aab656f46
parent 5878 d39af2eabb8c
child 6217 fe8dbbe9520d
--- a/hgext/hgk.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/hgext/hgk.py	Thu Mar 06 22:23:41 2008 +0100
@@ -46,7 +46,7 @@
 # vdiff on hovered and selected revisions.
 
 import os
-from mercurial import hg, fancyopts, commands, ui, util, patch, revlog
+from mercurial import hg, commands, util, patch, revlog
 
 def difftree(ui, repo, node1=None, node2=None, *files, **opts):
     """diff trees from two commits"""