diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -11,7 +11,7 @@ This extension let you run hooks sending changesets are being pushed, from the sending or receiving side. First, enable the extension as explained in :hg:`help extensions`, and -register the hook you want to run. ``incoming`` and ``outgoing`` hooks +register the hook you want to run. ``incoming`` and ``changegroup`` hooks are run by the changesets receiver while the ``outgoing`` one is for the sender:: diff --git a/tests/test-notify.t b/tests/test-notify.t --- a/tests/test-notify.t +++ b/tests/test-notify.t @@ -23,7 +23,7 @@ are being pushed, from the sending or receiving side. First, enable the extension as explained in "hg help extensions", and register - the hook you want to run. "incoming" and "outgoing" hooks are run by the + the hook you want to run. "incoming" and "changegroup" hooks are run by the changesets receiver while the "outgoing" one is for the sender: [hooks]