mercurial/graphmod.py
changeset 7873 4a4c7f6a5912
parent 7565 5f162f61e479
child 8225 46293a0c7e9f
--- a/mercurial/graphmod.py	Mon Mar 23 13:12:03 2009 +0100
+++ b/mercurial/graphmod.py	Mon Mar 23 13:12:07 2009 +0100
@@ -6,8 +6,7 @@
 # This software may be used and distributed according to the terms of
 # the GNU General Public License, incorporated herein by reference.
 
-from node import nullrev, short
-import ui, hg, util, templatefilters
+from node import nullrev
 
 def graph(repo, start_rev, stop_rev):
     """incremental revision grapher