Mercurial > public > mercurial-scm > hg
comparison mercurial/config.py @ 22418:192c798aabee
config: normalize style between user/global example configs
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 11 Sep 2014 12:21:15 -0500 |
parents | 091306562855 |
children | fdfc9faca273 |
comparison
equal
deleted
inserted
replaced
22417:ca854cd4a26a | 22418:192c798aabee |
---|---|
31 | 31 |
32 'global': | 32 'global': |
33 """# example system-wide hg config (see "hg help config" for more info) | 33 """# example system-wide hg config (see "hg help config" for more info) |
34 | 34 |
35 [extensions] | 35 [extensions] |
36 # Uncomment these lines for some possible extensions | 36 # uncomment these lines to enable some popular extensions |
37 # (see "hg help extensions" for more info) | 37 # (see "hg help extensions" for more info) |
38 # | 38 # |
39 # blackbox = | 39 # blackbox = |
40 # progress = | 40 # progress = |
41 # color = | 41 # color = |