comparison mercurial/ui.py @ 41998:018acb7a3490

samplehgrcs: clarify which lines should be uncommented The original wording has confused at least one person. Hopefully it's clearer this way. https://stackoverflow.com/questions/55288177/adding-hg-strip-to-hgrc-config-file
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 22 Mar 2019 12:28:59 -0400
parents 8e364664a999
children ba064f95175e
comparison
equal deleted inserted replaced
41997:4df7c4b70e03 41998:018acb7a3490
95 # uncomment to disable command output pagination 95 # uncomment to disable command output pagination
96 # (see 'hg help pager' for details) 96 # (see 'hg help pager' for details)
97 # paginate = never 97 # paginate = never
98 98
99 [extensions] 99 [extensions]
100 # uncomment these lines 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 # churn =
104 """, 104 """,
105 105
147 # uncomment to disable command output pagination 147 # uncomment to disable command output pagination
148 # (see 'hg help pager' for details) 148 # (see 'hg help pager' for details)
149 # paginate = never 149 # paginate = never
150 150
151 [extensions] 151 [extensions]
152 # uncomment these lines to enable some popular extensions 152 # uncomment the lines below to enable some popular extensions
153 # (see 'hg help extensions' for more info) 153 # (see 'hg help extensions' for more info)
154 # 154 #
155 # blackbox = 155 # blackbox =
156 # churn = 156 # churn =
157 """, 157 """,