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')
--- 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)
--- 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