tests/test-amend.t
branchmercurial-3.7
changeset 1818 f23df9d65565
parent 1696 898dfca94433
child 1697 093c445fd86a
equal deleted inserted replaced
1817:5c86af0da91d 1818:f23df9d65565
   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