diff 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
line wrap: on
line diff
--- a/hgext/graphlog.py	Sun May 31 14:52:22 2009 +0200
+++ b/hgext/graphlog.py	Sun May 31 14:53:46 2009 +0200
@@ -8,7 +8,7 @@
 '''show revision graphs in terminal windows
 
 This extension adds a --graph option to the incoming, outgoing and log
-commands. When this options is given, an ascii representation of the
+commands. When this options is given, an ASCII representation of the
 revision graph is also shown.
 '''