diff -r c18204fd35b0 -r 4e5a36eeefd1 hgext/graphlog.py --- a/hgext/graphlog.py Sat Apr 30 23:27:00 2011 +0200 +++ b/hgext/graphlog.py Sun May 01 15:21:57 2011 +0200 @@ -17,7 +17,7 @@ from mercurial.i18n import _ from mercurial.node import nullrev from mercurial import cmdutil, commands, extensions -from mercurial import hg, scmutil, util, graphmod +from mercurial import hg, util, graphmod ASCIIDATA = 'ASC'