# HG changeset patch # User Laurent Charignon # Date 1461101380 25200 # Node ID 8e879d59b20e60e8af013a776f5e3dcc20588fcf # Parent 1b2efccfa4f3853f5df34cba93a202e99ffd9d80 tests: change quoting pattern to match core's conventions This patch modifies two tests to match new quoting patterns used in core: (use "hg config --edit" to set your username) becomes (use 'hg config --edit' to set your username) and (use hg resolve and hg graft --continue) becomes (use 'hg resolve' and 'hg graft --continue') diff -r 1b2efccfa4f3 -r 8e879d59b20e tests/test-amend.t --- a/tests/test-amend.t Fri Sep 14 11:32:28 2012 -0400 +++ b/tests/test-amend.t Tue Apr 19 14:29:40 2016 -0700 @@ -107,7 +107,7 @@ $ HGUSER= $ hg amend -e --config ui.username= -m "empty user" abort: no username supplied - (use "hg config --edit" to set your username) + (use 'hg config --edit' to set your username) [255] $ hg sum parent: 8:* tip (glob) diff -r 1b2efccfa4f3 -r 8e879d59b20e tests/test-evolve.t --- a/tests/test-evolve.t Fri Sep 14 11:32:28 2012 -0400 +++ b/tests/test-evolve.t Tue Apr 19 14:29:40 2016 -0700 @@ -594,7 +594,7 @@ merging 1 warning: conflicts while merging 1! (edit, then use 'hg resolve --mark') abort: unresolved conflicts, can't continue - (use hg resolve and hg graft --continue) + (use 'hg resolve' and 'hg graft --continue') [255] $ hg log -r7 --template '{rev}:{node|short} {obsolete}\n' 7:a5bfd90a2f29 stable