tests/test-keyword
changeset 338 d924ed135d9a
parent 336 46f5cf3e1a7f
parent 337 67b4decdee67
child 342 abf7ccaf0788
equal deleted inserted replaced
336:46f5cf3e1a7f 338:d924ed135d9a
    42 echo % status
    42 echo % status
    43 hg status
    43 hg status
    44 
    44 
    45 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
    46 echo % interrupted commit should not change state or run commit hook
    47 HGEDITOR=false hg --debug commit
    47 hg --debug commit
    48 echo % status
    48 echo % status
    49 hg status
    49 hg status
    50 
    50 
    51 echo % commit
    51 echo % commit
    52 hg --debug commit -mabsym -d '0 0' -u 'User Name <user@example.com>'
    52 hg --debug commit -mabsym -d '0 0' -u 'User Name <user@example.com>'
   142 firstline
   142 firstline
   143 secondline
   143 secondline
   144 EOF
   144 EOF
   145 
   145 
   146 echo % interrupted commit should not change state
   146 echo % interrupted commit should not change state
   147 HGEDITOR=false hg commit
   147 hg commit
   148 echo % status
   148 echo % status
   149 hg status
   149 hg status
   150 
   150 
   151 echo % commit
   151 echo % commit
   152 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   152 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   218 cat a
   218 cat a
   219 echo % kwshrink a inside directory x
   219 echo % kwshrink a inside directory x
   220 hg --verbose kwshrink a
   220 hg --verbose kwshrink a
   221 echo % cat a
   221 echo % cat a
   222 cat a
   222 cat a
   223 cd - > /dev/null 2>&1
   223 cd ..
   224 
   224 
   225 echo % kwexpand nonexistent
   225 echo % kwexpand nonexistent
   226 hg kwexpand nonexistent
   226 hg kwexpand nonexistent
   227 
   227 
   228 echo % switch off expansion
   228 echo % switch off expansion