hgext/graphlog.py
changeset 8667 594507755800
parent 8228 eee2319c5895
child 8836 11ff34956ee7
equal deleted inserted replaced
8666:88edf62870f4 8667:594507755800
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 
     7 
     8 '''show revision graphs in terminal windows
     8 '''show revision graphs in terminal windows
     9 
     9 
    10 This extension adds a --graph option to the incoming, outgoing and log
    10 This extension adds a --graph option to the incoming, outgoing and log
    11 commands. When this options is given, an ascii representation of the
    11 commands. When this options is given, an ASCII representation of the
    12 revision graph is also shown.
    12 revision graph is also shown.
    13 '''
    13 '''
    14 
    14 
    15 import os
    15 import os
    16 from mercurial.cmdutil import revrange, show_changeset
    16 from mercurial.cmdutil import revrange, show_changeset