tests/test-mq
changeset 3334 534806df5b5a
parent 3081 760414dc7ac6
child 3464 ba3a96750de0
equal deleted inserted replaced
3333:8ec80c1b8f0b 3334:534806df5b5a
   158 hg qrefresh .
   158 hg qrefresh .
   159 sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \
   159 sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \
   160     -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/" ../.hg/patches/foo
   160     -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/" ../.hg/patches/foo
   161 hg status
   161 hg status
   162 
   162 
       
   163 echo % qpush failure
       
   164 cd ..
       
   165 hg qrefresh
       
   166 hg qnew -mbar bar
       
   167 echo foo > foo
       
   168 hg add foo
       
   169 hg qrefresh
       
   170 hg qpop -a
       
   171 echo bar > foo
       
   172 hg qpush -a
       
   173 
   163 cat >>$HGRCPATH <<EOF
   174 cat >>$HGRCPATH <<EOF
   164 [diff]
   175 [diff]
   165 git = True
   176 git = True
   166 EOF
   177 EOF
   167 cd ..
   178 cd ..