changeset 6175:7f9f3233a2c6

add explicit extension disabling syntax to hgrc.5
author Steve Borho <steve@borho.org>
date Tue, 26 Feb 2008 06:25:11 -0600
parents 434139080ed4
children 99c25f4e00c7
files doc/hgrc.5.txt
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Mon Jan 28 22:19:12 2008 -0500
+++ b/doc/hgrc.5.txt	Tue Feb 26 06:25:11 2008 -0600
@@ -216,6 +216,10 @@
   the path to the ".py" file (including the file name extension) that
   defines the extension.
 
+  To explicitly disable an extension that is enabled in an hgrc of
+  broader scope, prepend its path with '!', as in 
+  'hgext.foo = !/ext/path' or 'hgext.foo = !' when no path is supplied.
+
   Example for ~/.hgrc:
 
     [extensions]