equal
deleted
inserted
replaced
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 |