Bug 1742287 - Fix Windows configuration files path (missing backslashes) and make paths highlighted. r=firefox-build-system-reviewers,mhentges DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D131730
This commit is contained in:
Vincent Couvert 2021-11-22 16:43:33 +00:00
Родитель f7d8d8c80e
Коммит e0bbd80ba3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -67,8 +67,8 @@ If you don't have the Firefox source code available, you should edit your Mercur
[defaults]
commit = -v
On Windows, these settings can be added to `$HOME\.hgrc` or `$HOME\Mercurial.ini`, or, if you'd like global settings, `C:\mozilla-build\hg\Mercurial.ini`
or `C:\Program Files\Mercurial\Mercurial.ini.` On UNIX-like systems, they should be in your `$HOME/.hgrc` file.
On Windows, these settings can be added to ``$HOME\.hgrc`` or ``$HOME\Mercurial.ini``, or, if you'd like global settings, ``C:\mozilla-build\hg\Mercurial.ini``
or ``C:\Program Files\Mercurial\Mercurial.ini``. On UNIX-like systems, they should be in your ``$HOME/.hgrc`` file.
You can configure the editor to use for commit messages using the `editor` option in the `[ui]` section or by setting the `EDITOR` environment variable.