tests/test-keyword
branch0.9.2compat
changeset 984 a4ea5c2d3ff3
parent 707 e5feed5534d7
equal deleted inserted replaced
707:e5feed5534d7 984:a4ea5c2d3ff3
   105 echo % update
   105 echo % update
   106 hg update
   106 hg update
   107 echo % cat
   107 echo % cat
   108 cat a b
   108 cat a b
   109 
   109 
   110 echo % check whether expansion is filewise
   110 echo % check whether expansion is filewise and filemode is preserved
   111 echo '$Id$' > c
   111 echo '$Id$' > c
   112 echo 'tests for different changenodes' >> c
   112 echo 'tests for different changenodes' >> c
       
   113 chmod 600 c
       
   114 ls -l c | cut -b 1-10
   113 echo % commit c
   115 echo % commit c
   114 hg commit -A -mcndiff -d '1 0' -u 'User Name <user@example.com>'
   116 hg commit -A -mcndiff -d '1 0' -u 'User Name <user@example.com>'
       
   117 ls -l c | cut -b 1-10
   115 echo % force expansion
   118 echo % force expansion
   116 hg -v kwexpand
   119 hg -v kwexpand
   117 echo % compare changenodes in a c
   120 echo % compare changenodes in a c
   118 cat a c
   121 cat a c
   119 
   122