tests/test-committer.t
changeset 46116 17a695357270
parent 45906 95c4cca641f6
equal deleted inserted replaced
46115:be3d8178251e 46116:17a695357270
   101   $ echo space2 > asdf
   101   $ echo space2 > asdf
   102   $ hg commit -u ' ' -m commit-1
   102   $ hg commit -u ' ' -m commit-1
   103   transaction abort!
   103   transaction abort!
   104   rollback completed
   104   rollback completed
   105   abort: empty username
   105   abort: empty username
   106   [255]
   106   [50]
   107 
   107 
   108 # don't add tests here, previous test is unstable
   108 # don't add tests here, previous test is unstable
   109 
   109 
   110   $ cd ..
   110   $ cd ..