hgext/notify.py
branchstable
changeset 16500 8436a4e21417
parent 15654 2a7fa7c641d8
child 16683 525fdb738975
child 16950 0fdd8193c8b5
--- a/hgext/notify.py	Mon Apr 23 00:29:04 2012 +0900
+++ b/hgext/notify.py	Mon Apr 23 00:30:45 2012 +0900
@@ -11,7 +11,7 @@
 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::