tests/test-keyword
changeset 281 c6314b110e67
parent 279 1f00dce8de12
child 290 b05795ad5632
child 303 46ccec2f325f
equal deleted inserted replaced
280:2088e409d360 281:c6314b110e67
   153 echo % incoming
   153 echo % incoming
   154 # remove path to temp dir for backwards compatibility
   154 # remove path to temp dir for backwards compatibility
   155 hg incoming | grep -v '^comparing with'
   155 hg incoming | grep -v '^comparing with'
   156 
   156 
   157 cd ../Test
   157 cd ../Test
   158 echo % pathto for kwexpand/kwshrink
   158 echo % kwexpand/kwshrink on selected files
   159 mkdir x
   159 mkdir x
   160 echo % copy
   160 echo % copy a x/a
   161 hg copy a x/a
   161 hg copy a x/a
       
   162 echo % kwexpand a
       
   163 hg --verbose kwexpand a
       
   164 echo % kwexpand x/a should abort
       
   165 hg --verbose kwexpand x/a
   162 cd x
   166 cd x
   163 hg --debug commit -m xa -d '3 0' -u 'User Name <user@example.com>'
   167 hg --debug commit -m xa -d '3 0' -u 'User Name <user@example.com>'
   164 echo % cat a
   168 echo % cat a
   165 cat a
   169 cat a
   166 echo % kwshrink a
   170 echo % kwshrink a inside directory x
   167 hg --verbose kwshrink a
   171 hg --verbose kwshrink a
   168 echo % cat a
   172 echo % cat a
   169 cat a
   173 cat a
   170 cd -
   174 cd -
   171 
   175