comparison hgext/graphlog.py @ 6666:53465a7464e2

convert comments to docstrings in a bunch of extensions
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 12 Jun 2008 11:33:47 +0200
parents e75aab656f46
children fb42030d79d6
comparison
equal deleted inserted replaced
6665:73f49bef13ad 6666:53465a7464e2
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 '''show revision graphs in terminal windows'''
7 8
8 import os 9 import os
9 import sys 10 import sys
10 from mercurial.cmdutil import revrange, show_changeset 11 from mercurial.cmdutil import revrange, show_changeset
11 from mercurial.commands import templateopts 12 from mercurial.commands import templateopts