tests/test-record.t
changeset 20579 625533523c9e
parent 20266 061766323061
child 20580 b75a23eec9c9
equal deleted inserted replaced
20578:e0e223b0a506 20579:625533523c9e
   249 Modify end of plain file with username unset
   249 Modify end of plain file with username unset
   250 
   250 
   251   $ echo 11 >> plain
   251   $ echo 11 >> plain
   252   $ unset HGUSER
   252   $ unset HGUSER
   253   $ hg record --config ui.username= -d '8 0' -m end plain
   253   $ hg record --config ui.username= -d '8 0' -m end plain
   254   abort: no username supplied (see "hg help config")
   254   abort: no username supplied
       
   255   (use "hg config --edit"  to set your username)
   255   [255]
   256   [255]
   256 
   257 
   257 
   258 
   258 Modify end of plain file, also test that diffopts are accounted for
   259 Modify end of plain file, also test that diffopts are accounted for
   259 
   260