Mercurial > public > mercurial-scm > hg-stable
diff tests/test-mq.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 | b54b520a24c2 |
children | 7109d5ddeb0c |
line wrap: on
line diff
--- a/tests/test-mq.t Sun Dec 13 22:09:57 2015 +0900 +++ b/tests/test-mq.t Tue Jan 12 06:03:36 2016 +0000 @@ -25,7 +25,7 @@ Known patches are represented as patch files in the .hg/patches directory. Applied patches are both patch files and changesets. - Common tasks (use "hg help command" for more details): + Common tasks (use 'hg help command' for more details): create new patch qnew import existing patch qimport @@ -49,14 +49,14 @@ will override the [diff] section and always generate git or regular patches, possibly losing data in the second case. - It may be desirable for mq changesets to be kept in the secret phase (see "hg - help phases"), which can be enabled with the following setting: + It may be desirable for mq changesets to be kept in the secret phase (see 'hg + help phases'), which can be enabled with the following setting: [mq] secret = True You will by default be managing a patch queue named "patches". You can create - other, independent patch queues with the "hg qqueue" command. + other, independent patch queues with the 'hg qqueue' command. If the working directory contains uncommitted files, qpush, qpop and qgoto abort immediately. If -f/--force is used, the changes are discarded. Setting: