##// END OF EJS Templates
doc: fix careless document miss in help of hgext/notify...
FUJIWARA Katsunori -
r16500:8436a4e2 stable
parent child Browse files
Show More
@@ -11,7 +11,7 b' This extension let you run hooks sending'
11 changesets are being pushed, from the sending or receiving side.
11 changesets are being pushed, from the sending or receiving side.
12
12
13 First, enable the extension as explained in :hg:`help extensions`, and
13 First, enable the extension as explained in :hg:`help extensions`, and
14 register the hook you want to run. ``incoming`` and ``outgoing`` hooks
14 register the hook you want to run. ``incoming`` and ``changegroup`` hooks
15 are run by the changesets receiver while the ``outgoing`` one is for
15 are run by the changesets receiver while the ``outgoing`` one is for
16 the sender::
16 the sender::
17
17
@@ -23,7 +23,7 b''
23 are being pushed, from the sending or receiving side.
23 are being pushed, from the sending or receiving side.
24
24
25 First, enable the extension as explained in "hg help extensions", and register
25 First, enable the extension as explained in "hg help extensions", and register
26 the hook you want to run. "incoming" and "outgoing" hooks are run by the
26 the hook you want to run. "incoming" and "changegroup" hooks are run by the
27 changesets receiver while the "outgoing" one is for the sender:
27 changesets receiver while the "outgoing" one is for the sender:
28
28
29 [hooks]
29 [hooks]
General Comments 0
You need to be logged in to leave comments. Login now