tests/test-config.t
changeset 46656 87f8b3add56b
parent 46655 702bb73d7330
child 46662 b91a695b3b08
equal deleted inserted replaced
46655:702bb73d7330 46656:87f8b3add56b
   496   value-included (known-bad-output !)
   496   value-included (known-bad-output !)
   497   value-C (missing-correct-output !)
   497   value-C (missing-correct-output !)
   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 !)