Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/ui.py @ 28125:3b4537ba80e9
config: drop progress extension from sample hgrc as it is in core now
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 15 Dec 2015 23:50:48 +0900 |
parents | e70c97cc9243 |
children | 41dcd7545266 |
comparison
equal
deleted
inserted
replaced
28124:983365382465 | 28125:3b4537ba80e9 |
---|---|
40 [extensions] | 40 [extensions] |
41 # uncomment these lines to enable some popular extensions | 41 # uncomment these lines to enable some popular extensions |
42 # (see "hg help extensions" for more info) | 42 # (see "hg help extensions" for more info) |
43 # | 43 # |
44 # pager = | 44 # pager = |
45 # progress = | |
46 # color =""", | 45 # color =""", |
47 | 46 |
48 'cloned': | 47 'cloned': |
49 """# example repository config (see "hg help config" for more info) | 48 """# example repository config (see "hg help config" for more info) |
50 [paths] | 49 [paths] |
84 [extensions] | 83 [extensions] |
85 # uncomment these lines to enable some popular extensions | 84 # uncomment these lines to enable some popular extensions |
86 # (see "hg help extensions" for more info) | 85 # (see "hg help extensions" for more info) |
87 # | 86 # |
88 # blackbox = | 87 # blackbox = |
89 # progress = | |
90 # color = | 88 # color = |
91 # pager =""", | 89 # pager =""", |
92 } | 90 } |
93 | 91 |
94 class ui(object): | 92 class ui(object): |