Show More
@@ -216,6 +216,10 b' extensions::' | |||||
216 | the path to the ".py" file (including the file name extension) that |
|
216 | the path to the ".py" file (including the file name extension) that | |
217 | defines the extension. |
|
217 | defines the extension. | |
218 |
|
218 | |||
|
219 | To explicitly disable an extension that is enabled in an hgrc of | |||
|
220 | broader scope, prepend its path with '!', as in | |||
|
221 | 'hgext.foo = !/ext/path' or 'hgext.foo = !' when no path is supplied. | |||
|
222 | ||||
219 | Example for ~/.hgrc: |
|
223 | Example for ~/.hgrc: | |
220 |
|
224 | |||
221 | [extensions] |
|
225 | [extensions] |
General Comments 0
You need to be logged in to leave comments.
Login now