comparison tests/test-amend.t @ 1673:8e879d59b20e

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')
author Laurent Charignon <lcharignon@fb.com>
date Tue, 19 Apr 2016 14:29:40 -0700
parents 190e4e526c66
children 898dfca94433 9f42f819267b
comparison
equal deleted inserted replaced
1672:1b2efccfa4f3 1673:8e879d59b20e
105 105
106 # Make sure we don't get reparented to -1 with no username (issue4211) 106 # Make sure we don't get reparented to -1 with no username (issue4211)
107 $ HGUSER= 107 $ HGUSER=
108 $ hg amend -e --config ui.username= -m "empty user" 108 $ hg amend -e --config ui.username= -m "empty user"
109 abort: no username supplied 109 abort: no username supplied
110 (use "hg config --edit" to set your username) 110 (use 'hg config --edit' to set your username)
111 [255] 111 [255]
112 $ hg sum 112 $ hg sum
113 parent: 8:* tip (glob) 113 parent: 8:* tip (glob)
114 logfile message 114 logfile message
115 branch: foo 115 branch: foo