equal
deleted
inserted
replaced
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 ------------------------ |