Mercurial > hgrepos > Python > libs > ConfigMix
diff tests/data/conf20.yml @ 144:7e6ec99d5ff5
Allow comments as keys and filter them by default
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Fri, 13 Apr 2018 09:51:02 +0200 |
| parents | 057d87d030f1 |
| children | af371f9c016d |
line wrap: on
line diff
--- a/tests/data/conf20.yml Mon Apr 09 09:35:04 2018 +0200 +++ b/tests/data/conf20.yml Fri Apr 13 09:51:02 2018 +0200 @@ -6,6 +6,7 @@ --- process: + __doc1: A first comment umask: 0o0027 intl: @@ -17,8 +18,10 @@ db: + __comment1: A second comment user: name: <My Username> + __doc2: A third comment pwd: <My Password> catalog: <MyDbName>
