D7689: windows: clarify a comment about the hgrc search path

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Wed Dec 18 06:46:28 UTC 2019


Closed by commit rHG9a3ac902d597: windows: clarify a comment about the hgrc search path (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7689?vs=18834&id=18849

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7689/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7689

AFFECTED FILES
  mercurial/scmwindows.py

CHANGE DETAILS

diff --git a/mercurial/scmwindows.py b/mercurial/scmwindows.py
--- a/mercurial/scmwindows.py
+++ b/mercurial/scmwindows.py
@@ -34,7 +34,7 @@
         for f, kind in util.listdir(progrcd):
             if f.endswith(b'.rc'):
                 rcpath.append(os.path.join(progrcd, f))
-    # else look for a system rcpath in the registry
+    # next look for a system rcpath in the registry
     value = util.lookupreg(
         b'SOFTWARE\\Mercurial', None, winreg.HKEY_LOCAL_MACHINE
     )



To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list