Mercurial > hg
comparison mercurial/ui.py @ 32097:601bfcddccdc stable
config: drop pager from the recommended extension
The extension is deprecated, we should having exposing it to users.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Mon, 01 May 2017 15:51:57 +0200 |
parents | 726121fa86e1 |
children | 21eb863187ea |
comparison
equal
deleted
inserted
replaced
32096:726121fa86e1 | 32097:601bfcddccdc |
---|---|
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 # churn = |
63 # pager =""", | 63 """, |
64 | 64 |
65 'cloned': | 65 'cloned': |
66 """# example repository config (see 'hg help config' for more info) | 66 """# example repository config (see 'hg help config' for more info) |
67 [paths] | 67 [paths] |
68 default = %s | 68 default = %s |
107 # uncomment these lines to enable some popular extensions | 107 # uncomment these lines to enable some popular extensions |
108 # (see 'hg help extensions' for more info) | 108 # (see 'hg help extensions' for more info) |
109 # | 109 # |
110 # blackbox = | 110 # blackbox = |
111 # churn = | 111 # churn = |
112 # pager =""", | 112 """, |
113 } | 113 } |
114 | 114 |
115 | 115 |
116 class httppasswordmgrdbproxy(object): | 116 class httppasswordmgrdbproxy(object): |
117 """Delays loading urllib2 until it's needed.""" | 117 """Delays loading urllib2 until it's needed.""" |