comparison hgext/graphlog.py @ 8667:594507755800

graphlog, win32mbcs: capitalize ASCII
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 14:53:46 +0200
parents eee2319c5895
children 11ff34956ee7
comparison
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