##// END OF EJS Templates
graphlog, win32mbcs: capitalize ASCII
Martin Geisler -
r8667:59450775 default
parent child Browse files
Show More
@@ -8,7 +8,7 b''
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
@@ -25,7 +25,7 b' This extension is usefull for:'
25 case-insensitive file system.
25 case-insensitive file system.
26
26
27 This extension is not needed for:
27 This extension is not needed for:
28 * Any user who use only ascii chars in path.
28 * Any user who use only ASCII chars in path.
29 * Any user who do not use any of problematic encodings.
29 * Any user who do not use any of problematic encodings.
30
30
31 Note that there are some limitations on using this extension:
31 Note that there are some limitations on using this extension:
General Comments 0
You need to be logged in to leave comments. Login now