equal
deleted
inserted
replaced
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] |