[Updated] D9920: config: test priority involving alias and cli
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Sat Feb 27 18:31:49 UTC 2021
Closed by commit rHG87f8b3add56b: config: test priority involving alias and cli (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9920?vs=25572&id=25987
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9920/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9920
AFFECTED FILES
tests/test-config.t
CHANGE DETAILS
diff --git a/tests/test-config.t b/tests/test-config.t
--- a/tests/test-config.t
+++ b/tests/test-config.t
@@ -498,3 +498,10 @@
$ HGRCPATH="file-D.rc" hg log -r .
value-D (known-bad-output !)
value-included (missing-correct-output !)
+
+command line override
+---------------------
+
+ $ HGRCPATH="file-A.rc:file-B.rc" hg log -r . --config ui.logtemplate="value-CLI\n"
+ value-A (known-bad-output !)
+ value-CLI (missing-correct-output !)
To: marmoute, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210227/a4379a1f/attachment-0002.html>
More information about the Mercurial-patches
mailing list