Mercurial > hg-stable
changeset 8667:594507755800
graphlog, win32mbcs: capitalize ASCII
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 31 May 2009 14:53:46 +0200 |
parents | 88edf62870f4 |
children | aea3a23151bd |
files | hgext/graphlog.py hgext/win32mbcs.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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. '''
--- a/hgext/win32mbcs.py Sun May 31 14:52:22 2009 +0200 +++ b/hgext/win32mbcs.py Sun May 31 14:53:46 2009 +0200 @@ -25,7 +25,7 @@ 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: