diff hgext/acl.py @ 10112:703db37d186b stable

hgext: enable extensions without "hgext." prefix in help texts
author Martin Geisler <mg@lazybytes.net>
date Tue, 22 Dec 2009 00:50:03 +0100
parents 4c041f1ee1b4
children 25e572394f5c
line wrap: on
line diff
--- a/hgext/acl.py	Mon Dec 21 16:12:43 2009 +0100
+++ b/hgext/acl.py	Tue Dec 22 00:50:03 2009 +0100
@@ -25,7 +25,7 @@
 To use this hook, configure the acl extension in your hgrc like this::
 
   [extensions]
-  hgext.acl =
+  acl =
 
   [hooks]
   pretxnchangegroup.acl = python:hgext.acl.hook