tests/test-keyword
changeset 336 46f5cf3e1a7f
parent 333 c1521ff40eda
child 338 d924ed135d9a
equal deleted inserted replaced
335:9f78d508764b 336:46f5cf3e1a7f
    76 rm sym a b
    76 rm sym a b
    77 echo % update
    77 echo % update
    78 hg update
    78 hg update
    79 echo % cat
    79 echo % cat
    80 cat sym a b
    80 cat sym a b
       
    81 
       
    82 echo % check whether expansion is filewise
       
    83 echo '$Id$' > c
       
    84 echo 'tests for different changenodes' >> c
       
    85 echo % commit c
       
    86 hg commit -A -mcndiff -d '1 0' -u 'User Name <user@example.com>'
       
    87 echo % force expansion
       
    88 hg -v kwexpand
       
    89 echo % compare changenodes in a c
       
    90 cat a c
       
    91 echo % rollback and remove c
       
    92 hg rollback
       
    93 rm c
    81 
    94 
    82 echo % copy
    95 echo % copy
    83 hg cp a c
    96 hg cp a c
    84 
    97 
    85 echo % kwfiles added
    98 echo % kwfiles added