hgext/graphlog.py
changeset 8225 46293a0c7e9f
parent 8210 344751cd8cb8
child 8228 eee2319c5895
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     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 the
     6 # the GNU General Public License, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 '''show revision graphs in terminal windows
     7 '''show revision graphs in terminal windows
     8 
     8 
     9 This extension adds a --graph option to the incoming, outgoing and log
     9 This extension adds a --graph option to the incoming, outgoing and log
    10 commands. When this options is given, an ascii representation of the
    10 commands. When this options is given, an ascii representation of the
    11 revision graph is also shown.
    11 revision graph is also shown.