Show More
@@ -498,3 +498,10 b' See the case above for details about the' | |||||
498 | $ HGRCPATH="file-D.rc" hg log -r . |
|
498 | $ HGRCPATH="file-D.rc" hg log -r . | |
499 | value-D (known-bad-output !) |
|
499 | value-D (known-bad-output !) | |
500 | value-included (missing-correct-output !) |
|
500 | value-included (missing-correct-output !) | |
|
501 | ||||
|
502 | command line override | |||
|
503 | --------------------- | |||
|
504 | ||||
|
505 | $ HGRCPATH="file-A.rc:file-B.rc" hg log -r . --config ui.logtemplate="value-CLI\n" | |||
|
506 | value-A (known-bad-output !) | |||
|
507 | value-CLI (missing-correct-output !) |
General Comments 0
You need to be logged in to leave comments.
Login now