doc/hgrc.5.txt
changeset 6210 942287cb1f57
parent 6183 0750e4ba9d3d
child 6302 8e3dc3de7e73
equal deleted inserted replaced
6209:4e8cd15240bf 6210:942287cb1f57
   215   Otherwise, give a name that you choose, followed by "=", followed by
   215   Otherwise, give a name that you choose, followed by "=", followed by
   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
   219   To explicitly disable an extension that is enabled in an hgrc of
   220   broader scope, prepend its path with '!', as in 
   220   broader scope, prepend its path with '!', as in
   221   'hgext.foo = !/ext/path' or 'hgext.foo = !' when no path is supplied.
   221   'hgext.foo = !/ext/path' or 'hgext.foo = !' when no path is supplied.
   222 
   222 
   223   Example for ~/.hgrc:
   223   Example for ~/.hgrc:
   224 
   224 
   225     [extensions]
   225     [extensions]