Mercurial > hg
comparison mercurial/ui.py @ 41999:ba064f95175e
samplehgrcs: update the list of suggested extensions
Back in the day, this was color and pager, both of which are now
default. Churn isn't that popular, but the other four below
(obviously?) are.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 22 Mar 2019 12:30:05 -0400 |
parents | 018acb7a3490 |
children | 2d428b859282 |
comparison
equal
deleted
inserted
replaced
41998:018acb7a3490 | 41999:ba064f95175e |
---|---|
98 | 98 |
99 [extensions] | 99 [extensions] |
100 # uncomment the lines below to enable some popular extensions | 100 # uncomment the lines below to enable some popular extensions |
101 # (see 'hg help extensions' for more info) | 101 # (see 'hg help extensions' for more info) |
102 # | 102 # |
103 # churn = | 103 # histedit = |
104 # rebase = | |
105 # shelve = | |
106 # uncommit = | |
104 """, | 107 """, |
105 | 108 |
106 'cloned': | 109 'cloned': |
107 b"""# example repository config (see 'hg help config' for more info) | 110 b"""# example repository config (see 'hg help config' for more info) |
108 [paths] | 111 [paths] |