mercurial/graphmod.py
changeset 8225 46293a0c7e9f
parent 7873 4a4c7f6a5912
child 8835 ec5483efc31f
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     1 # Revision graph generator for Mercurial
     1 # Revision graph generator for Mercurial
     2 #
     2 #
     3 # Copyright 2008 Dirkjan Ochtman <dirkjan@ochtman.nl>
     3 # Copyright 2008 Dirkjan Ochtman <dirkjan@ochtman.nl>
     4 # Copyright 2007 Joel Rosdahl <joel@rosdahl.net>
     4 # Copyright 2007 Joel Rosdahl <joel@rosdahl.net>
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of
     6 # This software may be used and distributed according to the terms of the
     7 # the GNU General Public License, incorporated herein by reference.
     7 # GNU General Public License version 2, incorporated herein by reference.
     8 
     8 
     9 from node import nullrev
     9 from node import nullrev
    10 
    10 
    11 def graph(repo, start_rev, stop_rev):
    11 def graph(repo, start_rev, stop_rev):
    12     """incremental revision grapher
    12     """incremental revision grapher