Mercurial > evolve
changeset 1584:190e4e526c66 stable
tests: change some double quotes to single quotes
Since hg core change 58f8b29c37ff (minirst: change hgrole to use
single quotes, 2016-01-12)
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 14 Jan 2016 14:02:05 -0800 |
parents | ec4fae88831d |
children | 91e67ad4cb6c dcf145d0ce21 f932853783a5 |
files | tests/test-amend.t tests/test-evolve.t |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-amend.t Sun Jan 03 15:51:36 2016 +0100 +++ b/tests/test-amend.t Thu Jan 14 14:02:05 2016 -0800 @@ -128,7 +128,7 @@ Commits a new changeset incorporating both the changes to the given files and all the changes from the current parent changeset into the repository. - See "hg commit" for details about committing changes. + See 'hg commit' for details about committing changes. If you don't specify -m, the parent's message will be reused. @@ -136,7 +136,7 @@ of the current parent. Then it creates a new commit on the parent's parents with the updated contents. Then it changes the working copy parent to this new combined changeset. Finally, the old changeset and its update - are hidden from "hg log" (unless you use --hidden with log). + are hidden from 'hg log' (unless you use --hidden with log). Returns 0 on success, 1 if nothing changed.
--- a/tests/test-evolve.t Sun Jan 03 15:51:36 2016 +0100 +++ b/tests/test-evolve.t Thu Jan 14 14:02:05 2016 -0800 @@ -55,7 +55,7 @@ between repositories. This allows for a safe and simple way of exchanging mutable history and altering it after the fact. Changeset phases are respected, such that only draft and secret changesets can be altered (see - "hg hg phases" for details). + 'hg hg phases' for details). Obsolescence is tracked using "obsolete markers", a piece of metadata tracking which changesets have been made obsolete, potential successors