[Updated] D8794: subrepoutil: use relative path for looking up config `%include`s

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Sun Aug 2 16:07:26 UTC 2020


Closed by commit rHG0323972f78f3: subrepoutil: use relative path for looking up config `%include`s (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8794?vs=22057&id=22177

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

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

AFFECTED FILES
  mercurial/subrepoutil.py

CHANGE DETAILS

diff --git a/mercurial/subrepoutil.py b/mercurial/subrepoutil.py
--- a/mercurial/subrepoutil.py
+++ b/mercurial/subrepoutil.py
@@ -36,7 +36,7 @@
     p = config.config()
     repo = ctx.repo()
 
-    def read(rel, f, sections=None, remap=None):
+    def read(f, abs, sections=None, remap=None):
         if f in ctx:
             try:
                 data = ctx[f].data()



To: martinvonz, #hg-reviewers, indygreg
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200802/341b8024/attachment-0002.html>


More information about the Mercurial-patches mailing list