tests/test-keyword
branch0.9.2compat
changeset 370 a8983fed9a9e
parent 366 b1105cc0982f
child 380 0ed26effe190
equal deleted inserted replaced
366:b1105cc0982f 370:a8983fed9a9e
    97 hg qimport -r tip -n mqtest.diff
    97 hg qimport -r tip -n mqtest.diff
    98 echo % qcommit
    98 echo % qcommit
    99 hg qcommit -mqtest
    99 hg qcommit -mqtest
   100 echo % keywords should not be expanded in patch
   100 echo % keywords should not be expanded in patch
   101 cat .hg/patches/mqtest.diff
   101 cat .hg/patches/mqtest.diff
   102 echo % qpop
   102 #echo % qpop
   103 hg qpop
   103 #hg qpop
   104 echo % qpush
   104 #echo % qpush
   105 hg qpush
   105 #hg qpush
   106 echo % cat
   106 #echo % cat
   107 cat c
   107 #cat c
   108 echo % qpop and move on
   108 echo % qpop and move on
   109 hg qpop
   109 hg qpop
   110 
   110 
   111 echo % copy
   111 echo % copy
   112 hg cp a c
   112 hg cp a c
   236 cd ..
   236 cd ..
   237 
   237 
   238 echo % kwexpand nonexistent
   238 echo % kwexpand nonexistent
   239 hg kwexpand nonexistent
   239 hg kwexpand nonexistent
   240 
   240 
   241 echo % switch off expansion
       
   242 echo % kwshrink with unknown file u
   241 echo % kwshrink with unknown file u
   243 cp a u
   242 cp a u
   244 hg --verbose kwshrink
   243 hg --verbose kwshrink
   245 echo % cat
   244 echo % cat
   246 cat a b
   245 cat a b