# HG changeset patch # User Martin Geisler # Date 2009-05-31 12:53:46 # Node ID 5945077558000fe69d6df4e23d30851f3ed17002 # Parent 88edf62870f42c61ae4b27aae2c9d540911eb47c graphlog, win32mbcs: capitalize ASCII diff --git a/hgext/graphlog.py b/hgext/graphlog.py --- a/hgext/graphlog.py +++ b/hgext/graphlog.py @@ -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. ''' diff --git a/hgext/win32mbcs.py b/hgext/win32mbcs.py --- a/hgext/win32mbcs.py +++ b/hgext/win32mbcs.py @@ -25,7 +25,7 @@ This extension is usefull for: case-insensitive file system. This extension is not needed for: - * Any user who use only ascii chars in path. + * Any user who use only ASCII chars in path. * Any user who do not use any of problematic encodings. Note that there are some limitations on using this extension: