tests/test-record.t
changeset 20580 b75a23eec9c9
parent 20579 625533523c9e
child 22589 9ab18a912c44
equal deleted inserted replaced
20579:625533523c9e 20580:b75a23eec9c9
   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
   254   abort: no username supplied
   255   (use "hg config --edit"  to set your username)
   255   (use "hg config --edit" to set your username)
   256   [255]
   256   [255]
   257 
   257 
   258 
   258 
   259 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
   260 
   260