Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/ui.py @ 32096:726121fa86e1 stable
config: use "churn" as an example extension
"Churn" is not the useful example we have, but this is the one used in
'hg help config.extensions'. As we need something to replace the deprecated
'pager' extension in the example config, we are adding 'churn'.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Mon, 01 May 2017 15:51:47 +0200 |
parents | 2de67783dd31 |
children | 601bfcddccdc |
comparison
equal
deleted
inserted
replaced
32095:c52728b383b4 | 32096:726121fa86e1 |
---|---|
57 | 57 |
58 [extensions] | 58 [extensions] |
59 # uncomment these lines to enable some popular extensions | 59 # uncomment these lines to enable some popular extensions |
60 # (see 'hg help extensions' for more info) | 60 # (see 'hg help extensions' for more info) |
61 # | 61 # |
62 # churn = | |
62 # pager =""", | 63 # pager =""", |
63 | 64 |
64 'cloned': | 65 'cloned': |
65 """# example repository config (see 'hg help config' for more info) | 66 """# example repository config (see 'hg help config' for more info) |
66 [paths] | 67 [paths] |
105 [extensions] | 106 [extensions] |
106 # uncomment these lines to enable some popular extensions | 107 # uncomment these lines to enable some popular extensions |
107 # (see 'hg help extensions' for more info) | 108 # (see 'hg help extensions' for more info) |
108 # | 109 # |
109 # blackbox = | 110 # blackbox = |
111 # churn = | |
110 # pager =""", | 112 # pager =""", |
111 } | 113 } |
112 | 114 |
113 | 115 |
114 class httppasswordmgrdbproxy(object): | 116 class httppasswordmgrdbproxy(object): |