hgext/graphlog.py
changeset 4516 96d8a56d4ef9
parent 4509 9d1380e5c8c5
child 4583 11cf78983961
equal deleted inserted replaced
4515:86a66cce9566 4516:96d8a56d4ef9
     1 # ASCII graph log extension for Mercurial
     1 # ASCII graph log extension for Mercurial
     2 #
     2 #
     3 # Copyright 2007 Joel Rosdahl <joel@rosdahl.net>
     3 # Copyright 2007 Joel Rosdahl <joel@rosdahl.net>
     4 # 
     4 #
     5 # This software may be used and distributed according to the terms of
     5 # This software may be used and distributed according to the terms of
     6 # the GNU General Public License, incorporated herein by reference.
     6 # the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 import sys
     8 import sys
     9 from mercurial.cmdutil import revrange, show_changeset
     9 from mercurial.cmdutil import revrange, show_changeset