##// END OF EJS Templates
add explicit extension disabling syntax to hgrc.5
Steve Borho -
r6175:7f9f3233 default
parent child Browse files
Show More
@@ -216,6 +216,10 b' extensions::'
216 216 the path to the ".py" file (including the file name extension) that
217 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 223 Example for ~/.hgrc:
220 224
221 225 [extensions]
General Comments 0
You need to be logged in to leave comments. Login now