##// END OF EJS Templates
help: fix typos
Wagner Bruna -
r32601:01280ec5 stable
parent child Browse files
Show More
@@ -74,7 +74,7 b' Examples'
74 Produce a ``v2`` bundle using default options, including compression.
74 Produce a ``v2`` bundle using default options, including compression.
75
75
76 ``none-v1``
76 ``none-v1``
77 Produce a ``v2`` bundle with no compression.
77 Produce a ``v1`` bundle with no compression.
78
78
79 ``zstd-v2``
79 ``zstd-v2``
80 Produce a ``v2`` bundle with zstandard compression using default
80 Produce a ``v2`` bundle with zstandard compression using default
@@ -27,9 +27,9 b' See :hg:`help config.ui.color` for detai'
27 Mode
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 ``ansi``, ``win32``, and ``terminfo``. See :hg:`help config.color` for details
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 Effects
34 Effects
35 =======
35 =======
General Comments 0
You need to be logged in to leave comments. Login now