Mercurial > hg
comparison tests/test-notify.t @ 27729:58f8b29c37ff
minirst: change hgrole to use single quotes
We decided to reserve double quotes for arguments to hg because cmd
does not like single quotes, so switch the outer quotes to single
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 12 Jan 2016 06:03:36 +0000 |
parents | c63a09b6b337 |
children | 1bba1b43525a |
comparison
equal
deleted
inserted
replaced
27728:294037159c64 | 27729:58f8b29c37ff |
---|---|
20 notify extension - hooks for sending email push notifications | 20 notify extension - hooks for sending email push notifications |
21 | 21 |
22 This extension implements hooks to send email notifications when changesets | 22 This extension implements hooks to send email notifications when changesets |
23 are sent from or received by the local repository. | 23 are sent from or received by the local repository. |
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 "changegroup" hooks are run when | 26 the hook you want to run. "incoming" and "changegroup" hooks are run when |
27 changesets are received, while "outgoing" hooks are for changesets sent to | 27 changesets are received, while "outgoing" hooks are for changesets sent to |
28 another repository: | 28 another repository: |
29 | 29 |
30 [hooks] | 30 [hooks] |