comparison hgext/graphlog.py @ 4516:96d8a56d4ef9

Removed trailing whitespace and tabs from python files
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 06 Jun 2007 20:22:52 +0200
parents 9d1380e5c8c5
children 11cf78983961
comparison
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