Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/tests/test-notify.t Sun Dec 13 22:09:57 2015 +0900 +++ b/tests/test-notify.t Tue Jan 12 06:03:36 2016 +0000 @@ -22,7 +22,7 @@ This extension implements hooks to send email notifications when changesets are sent from or received by the local repository. - First, enable the extension as explained in "hg help extensions", and register + First, enable the extension as explained in 'hg help extensions', and register the hook you want to run. "incoming" and "changegroup" hooks are run when changesets are received, while "outgoing" hooks are for changesets sent to another repository: