##// END OF EJS Templates
help: fix typos
Wagner Bruna -
r32601:01280ec5 stable
parent child Browse files
Show More
@@ -74,7 +74,7 Examples
74 74 Produce a ``v2`` bundle using default options, including compression.
75 75
76 76 ``none-v1``
77 Produce a ``v2`` bundle with no compression.
77 Produce a ``v1`` bundle with no compression.
78 78
79 79 ``zstd-v2``
80 80 Produce a ``v2`` bundle with zstandard compression using default
@@ -27,9 +27,9 See :hg:`help config.ui.color` for detai
27 27 Mode
28 28 ====
29 29
30 Mercurial can use various system to display color. The supported modes are
30 Mercurial can use various systems to display color. The supported modes are
31 31 ``ansi``, ``win32``, and ``terminfo``. See :hg:`help config.color` for details
32 about how to control the mode
32 about how to control the mode.
33 33
34 34 Effects
35 35 =======
General Comments 0
You need to be logged in to leave comments. Login now