Mercurial > hg-stable
changeset 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 | 37679dbf2ee3 |
children | f76984a27b3d 3e7663b2f3fc |
files | hgext/acl.py hgext/bugzilla.py hgext/notify.py hgext/pager.py hgext/win32text.py tests/test-notify.out |
diffstat | 6 files changed, 6 insertions(+), 6 deletions(-) [+] |
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
--- a/hgext/bugzilla.py Mon Dec 21 16:12:43 2009 +0100 +++ b/hgext/bugzilla.py Tue Dec 22 00:50:03 2009 +0100 @@ -103,7 +103,7 @@ Activating the extension:: [extensions] - hgext.bugzilla = + bugzilla = [hooks] # run bugzilla hook on every change pulled or pushed in here
--- a/hgext/notify.py Mon Dec 21 16:12:43 2009 +0100 +++ b/hgext/notify.py Tue Dec 22 00:50:03 2009 +0100 @@ -14,7 +14,7 @@ this:: [extensions] - hgext.notify = + notify = [hooks] # one email for each incoming changeset
--- a/hgext/pager.py Mon Dec 21 16:12:43 2009 +0100 +++ b/hgext/pager.py Tue Dec 22 00:50:03 2009 +0100 @@ -8,7 +8,7 @@ # To load the extension, add it to your .hgrc file: # # [extension] -# hgext.pager = +# pager = # # Run "hg help pager" to get info on configuration.