hgext/graphlog.py
changeset 7873 4a4c7f6a5912
parent 7763 cdc913e7fc5f
child 7875 553aa0cbeab6
--- a/hgext/graphlog.py	Mon Mar 23 13:12:03 2009 +0100
+++ b/hgext/graphlog.py	Mon Mar 23 13:12:07 2009 +0100
@@ -12,13 +12,12 @@
 '''
 
 import os
-import sys
 from mercurial.cmdutil import revrange, show_changeset
-from mercurial.commands import templateopts, logopts, remoteopts
+from mercurial.commands import templateopts
 from mercurial.i18n import _
 from mercurial.node import nullrev
 from mercurial import bundlerepo, changegroup, cmdutil, commands, extensions
-from mercurial import hg, ui, url, util
+from mercurial import hg, url, util
 
 def revisions(repo, start, stop):
     """cset DAG generator yielding (rev, node, [parents]) tuples