##// END OF EJS Templates
graphlog: remove unused import
Christian Ebert -
r10333:b9e44cc9 default
parent child Browse files
Show More
@@ -12,7 +12,7 b' commands. When this options is given, an'
12 revision graph is also shown.
12 revision graph is also shown.
13 '''
13 '''
14
14
15 import os, sys
15 import os
16 from mercurial.cmdutil import revrange, show_changeset
16 from mercurial.cmdutil import revrange, show_changeset
17 from mercurial.commands import templateopts
17 from mercurial.commands import templateopts
18 from mercurial.i18n import _
18 from mercurial.i18n import _
General Comments 0
You need to be logged in to leave comments. Login now