tests/test-histedit-no-change.t
changeset 20117 aa9385f983fa
parent 19519 c2a479a058d0
child 22895 dfa44e25bb53
equal deleted inserted replaced
20116:9e0219967e38 20117:aa9385f983fa
     3 
     3 
     4   $ . "$TESTDIR/histedit-helpers.sh"
     4   $ . "$TESTDIR/histedit-helpers.sh"
     5 
     5 
     6   $ cat >> $HGRCPATH <<EOF
     6   $ cat >> $HGRCPATH <<EOF
     7   > [extensions]
     7   > [extensions]
     8   > graphlog=
       
     9   > histedit=
     8   > histedit=
    10   > EOF
     9   > EOF
    11 
    10 
    12   $ initrepo ()
    11   $ initrepo ()
    13   > {
    12   > {
    62 
    61 
    63   $ graphlog ()
    62   $ graphlog ()
    64   > {
    63   > {
    65   >     comment="${1:-log}"
    64   >     comment="${1:-log}"
    66   >     echo % "${comment}"
    65   >     echo % "${comment}"
    67   >     hg glog --template '{rev} {node} \"{desc|firstline}\"\n'
    66   >     hg log -G --template '{rev} {node} \"{desc|firstline}\"\n'
    68   > }
    67   > }
    69 
    68 
    70 
    69 
    71   $ initrepo r1 "test editing with no change"
    70   $ initrepo r1 "test editing with no change"
    72   % test editing with no change
    71   % test editing with no change