tests/test-keyword
changeset 305 d3cdaa49a644
parent 302 caa3d683cfcf
child 313 40b7f2866500
equal deleted inserted replaced
304:815dc4a04296 305:d3cdaa49a644
    35 echo 'ignore $Id$' > b
    35 echo 'ignore $Id$' > b
    36 ln -s a sym
    36 ln -s a sym
    37 echo % cat
    37 echo % cat
    38 cat sym a b
    38 cat sym a b
    39 
    39 
       
    40 echo % addremove
       
    41 hg addremove
       
    42 echo % status
       
    43 hg status
       
    44 
    40 echo % default keyword expansion including commit hook
    45 echo % default keyword expansion including commit hook
       
    46 echo % interrupted commit should not change state or run commit hook
       
    47 HGEDITOR=false hg --debug commit
       
    48 echo % status
       
    49 hg status
       
    50 
    41 echo % commit
    51 echo % commit
    42 hg --debug commit -A -mabsym -d '0 0' -u 'User Name <user@example.com>'
    52 hg --debug commit -mabsym -d '0 0' -u 'User Name <user@example.com>'
    43 echo % status
    53 echo % status
    44 hg status
    54 hg status
    45 echo % identify
    55 echo % identify
    46 hg --quiet identify
    56 hg --quiet identify
    47 echo % cat
    57 echo % cat
   119 cat <<EOF >> log
   129 cat <<EOF >> log
   120 firstline
   130 firstline
   121 secondline
   131 secondline
   122 EOF
   132 EOF
   123 
   133 
   124 echo % interrupted commit
   134 echo % interrupted commit should not change state
   125 HGEDITOR=false hg commit
   135 HGEDITOR=false hg commit
   126 echo % status
   136 echo % status
   127 hg status
   137 hg status
   128 
   138 
   129 echo % commit
   139 echo % commit