Mercurial > hg-stable
changeset 10113:f76984a27b3d
Merge with stable
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 22 Dec 2009 00:50:15 +0100 |
parents | 27457d31ae3f (current diff) 703db37d186b (diff) |
children | c23626384b7e |
files | |
diffstat | 6 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/acl.py Mon Dec 14 00:32:29 2009 +0900 +++ b/hgext/acl.py Tue Dec 22 00:50:15 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 14 00:32:29 2009 +0900 +++ b/hgext/bugzilla.py Tue Dec 22 00:50:15 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 14 00:32:29 2009 +0900 +++ b/hgext/notify.py Tue Dec 22 00:50:15 2009 +0100 @@ -14,7 +14,7 @@ this:: [extensions] - hgext.notify = + notify = [hooks] # one email for each incoming changeset
--- a/hgext/pager.py Mon Dec 14 00:32:29 2009 +0900 +++ b/hgext/pager.py Tue Dec 22 00:50:15 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.