diff --git a/hgext/acl.py b/hgext/acl.py --- a/hgext/acl.py +++ b/hgext/acl.py @@ -25,7 +25,7 @@ is no way to distinguish them. To use this hook, configure the acl extension in your hgrc like this:: [extensions] - hgext.acl = + acl = [hooks] pretxnchangegroup.acl = python:hgext.acl.hook diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py --- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -103,7 +103,7 @@ baseurl Activating the extension:: [extensions] - hgext.bugzilla = + bugzilla = [hooks] # run bugzilla hook on every change pulled or pushed in here diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -14,7 +14,7 @@ To use, configure the notify extension a this:: [extensions] - hgext.notify = + notify = [hooks] # one email for each incoming changeset diff --git a/hgext/pager.py b/hgext/pager.py --- a/hgext/pager.py +++ b/hgext/pager.py @@ -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. diff --git a/hgext/win32text.py b/hgext/win32text.py --- a/hgext/win32text.py +++ b/hgext/win32text.py @@ -10,7 +10,7 @@ To perform automatic newline conversion, use:: [extensions] - hgext.win32text = + win32text = [encode] ** = cleverencode: # or ** = macencode: diff --git a/tests/test-notify.out b/tests/test-notify.out --- a/tests/test-notify.out +++ b/tests/test-notify.out @@ -6,7 +6,7 @@ messages to stdout, for testing and conf To use, configure the notify extension and enable it in hgrc like this: [extensions] - hgext.notify = + notify = [hooks] # one email for each incoming changeset