mercurial/help/extensions.txt
changeset 10123 52c98c6d7297
parent 10122 0ddbc0299742
parent 9999 f91e5630ce7e
child 12083 ebfc46929f3e
--- a/mercurial/help/extensions.txt	Mon Dec 21 23:01:46 2009 +0200
+++ b/mercurial/help/extensions.txt	Wed Dec 23 18:40:57 2009 +0100
@@ -28,6 +28,6 @@
 
   [extensions]
   # disabling extension bar residing in /path/to/extension/bar.py
-  hgext.bar = !/path/to/extension/bar.py
+  bar = !/path/to/extension/bar.py
   # ditto, but no path was supplied for extension baz
-  hgext.baz = !
+  baz = !