tests/test-commit-interactive.t
changeset 28962 ad2cd2ef25d9
parent 28815 44611ad4fbd9
child 29154 9d38a2061fd8
equal deleted inserted replaced
28961:2e58dc022caa 28962:ad2cd2ef25d9
   289 
   289 
   290   $ echo 11 >> plain
   290   $ echo 11 >> plain
   291   $ unset HGUSER
   291   $ unset HGUSER
   292   $ hg commit -i --config ui.username= -d '8 0' -m end plain
   292   $ hg commit -i --config ui.username= -d '8 0' -m end plain
   293   abort: no username supplied
   293   abort: no username supplied
   294   (use "hg config --edit" to set your username)
   294   (use 'hg config --edit' to set your username)
   295   [255]
   295   [255]
   296 
   296 
   297 
   297 
   298 Modify end of plain file, also test that diffopts are accounted for
   298 Modify end of plain file, also test that diffopts are accounted for
   299 
   299