From c9d50d207d86efcbb05b51b4a1dfd436e88057c3 Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Fri, 20 Aug 2021 04:57:12 +0000 Subject: [PATCH] Bug 1726527 - Fix command to open local hgrc in mercurial bundle doc. r=sylvestre Depends on D123057 Differential Revision: https://phabricator.services.mozilla.com/D123058 --- docs/contributing/vcs/mercurial_bundles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/vcs/mercurial_bundles.rst b/docs/contributing/vcs/mercurial_bundles.rst index 9298e364b7d4..fa8ae2196b09 100644 --- a/docs/contributing/vcs/mercurial_bundles.rst +++ b/docs/contributing/vcs/mercurial_bundles.rst @@ -42,7 +42,7 @@ On Linux/Mac click on the properties of the file and you can find the path. In c Get comfortable. Grab a coffee (or your favorite tasty beverage). Maybe a nap. This unbundling process is going to take quite a lot of time. -3. Add the following lines to the repository's config file (``.hg/hgrc``) so that Mercurial will automatically know where to pull changes from future updates. You can open the template config file in your editor by running ``hg config --edit`` or ``EDITOR= hg config --edit`` +3. Create the repository's config file ``.hg/hgrc``, and add the following lines, so that Mercurial will automatically know where to pull changes from future updates. You can open the template config file in your editor by running ``hg config --local --edit`` or ``EDITOR= hg config --local --edit`` .. code-block:: shell