Mercurial > public > mercurial-scm > hg
comparison hgext/graphlog.py @ 14139:4e5a36eeefd1
remove unused imports
author | timeless <timeless@mozdev.org> |
---|---|
date | Sun, 01 May 2011 15:21:57 +0200 |
parents | 28085b82f801 |
children | 9bbac962f4dd |
comparison
equal
deleted
inserted
replaced
14138:c18204fd35b0 | 14139:4e5a36eeefd1 |
---|---|
15 from mercurial.cmdutil import revrange, show_changeset | 15 from mercurial.cmdutil import revrange, show_changeset |
16 from mercurial.commands import templateopts | 16 from mercurial.commands import templateopts |
17 from mercurial.i18n import _ | 17 from mercurial.i18n import _ |
18 from mercurial.node import nullrev | 18 from mercurial.node import nullrev |
19 from mercurial import cmdutil, commands, extensions | 19 from mercurial import cmdutil, commands, extensions |
20 from mercurial import hg, scmutil, util, graphmod | 20 from mercurial import hg, util, graphmod |
21 | 21 |
22 ASCIIDATA = 'ASC' | 22 ASCIIDATA = 'ASC' |
23 | 23 |
24 def asciiedges(type, char, lines, seen, rev, parents): | 24 def asciiedges(type, char, lines, seen, rev, parents): |
25 """adds edge info to changelog DAG walk suitable for ascii()""" | 25 """adds edge info to changelog DAG walk suitable for ascii()""" |