Mercurial > public > mercurial-scm > hg-stable
diff hgext/graphlog.py @ 6212:e75aab656f46
Remove unused imports
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:41 +0100 |
parents | cd65a67aff31 |
children | 53465a7464e2 d76f64cd4cb2 |
line wrap: on
line diff
--- a/hgext/graphlog.py Thu Mar 06 22:23:26 2008 +0100 +++ b/hgext/graphlog.py Thu Mar 06 22:23:41 2008 +0100 @@ -10,7 +10,7 @@ from mercurial.cmdutil import revrange, show_changeset from mercurial.commands import templateopts from mercurial.i18n import _ -from mercurial.node import nullid, nullrev +from mercurial.node import nullrev from mercurial.util import Abort, canonpath def revision_grapher(repo, start_rev, stop_rev):