Mercurial > public > mercurial-scm > hg-stable
diff hgext/graphlog.py @ 10333:b9e44cc97355
graphlog: remove unused import
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Wed, 03 Feb 2010 16:09:19 +0000 |
parents | d6512b3e9ac0 |
children | d757bc0c7865 |
line wrap: on
line diff
--- a/hgext/graphlog.py Thu Feb 04 20:58:42 2010 +0000 +++ b/hgext/graphlog.py Wed Feb 03 16:09:19 2010 +0000 @@ -12,7 +12,7 @@ revision graph is also shown. ''' -import os, sys +import os from mercurial.cmdutil import revrange, show_changeset from mercurial.commands import templateopts from mercurial.i18n import _