tests/test-commit.t
changeset 30724 ee47e951c6f9
parent 30723 6ef9f32d76c6
child 32046 5b630f2ccb4e
equal deleted inserted replaced
30723:6ef9f32d76c6 30724:ee47e951c6f9
   710   >     HG: ------------------------ >8 ------------------------
   710   >     HG: ------------------------ >8 ------------------------
   711   >     {diff()}
   711   >     {diff()}
   712   > EOF
   712   > EOF
   713   $ echo foo2 > foo2
   713   $ echo foo2 > foo2
   714   $ hg add foo2
   714   $ hg add foo2
       
   715   $ HGEDITOR="sh $TESTTMP/notouching.sh" hg ci
       
   716   abort: commit message unchanged
       
   717   [255]
   715   $ HGEDITOR="sh $TESTTMP/lowercaseline.sh" hg ci
   718   $ HGEDITOR="sh $TESTTMP/lowercaseline.sh" hg ci
   716   first line
   719   first line
   717   HG: this is customized commit template
   720   HG: this is customized commit template
   718   HG: Leave message empty to abort commit.
   721   HG: Leave message empty to abort commit.
   719   HG: ------------------------ >8 ------------------------
   722   HG: ------------------------ >8 ------------------------