comparison mercurial/graphmod.py @ 8225:46293a0c7e9f

updated license to be explicit about GPL version 2
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 01:08:54 +0200
parents 4a4c7f6a5912
children ec5483efc31f
comparison
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