Mercurial > public > mercurial-scm > hg
comparison mercurial/help.py @ 8895:ef59f4634a15
help: fixing non-matching example texts
author | C?dric Duval <cedricduval@free.fr> |
---|---|
date | Sun, 21 Jun 2009 20:35:20 +0200 |
parents | 9be824115ee8 |
children | 6176ca261f86 |
comparison
equal
deleted
inserted
replaced
8894:868670dbc237 | 8895:ef59f4634a15 |
---|---|
82 | 82 |
83 To explicitly disable an extension enabled in an hgrc of broader | 83 To explicitly disable an extension enabled in an hgrc of broader |
84 scope, prepend its path with !: | 84 scope, prepend its path with !: |
85 | 85 |
86 [extensions] | 86 [extensions] |
87 # disabling extension bar residing in /ext/path | 87 # disabling extension bar residing in /path/to/extension/bar.py |
88 hgext.bar = !/path/to/extension/bar.py | 88 hgext.bar = !/path/to/extension/bar.py |
89 # ditto, but no path was supplied for extension baz | 89 # ditto, but no path was supplied for extension baz |
90 hgext.baz = ! | 90 hgext.baz = ! |
91 ''') | 91 ''') |
92 | 92 |