tests/test-mq
changeset 4210 6cb5be6bd70f
parent 4177 ba51a8225a60
child 4852 cba10652a901
child 4911 fc502517d68d
equal deleted inserted replaced
4209:dbc3846c09a1 4210:6cb5be6bd70f
   259 hg qrefresh
   259 hg qrefresh
   260 hg qpop -a
   260 hg qpop -a
   261 echo bar > foo
   261 echo bar > foo
   262 hg qpush -a
   262 hg qpush -a
   263 hg st
   263 hg st
       
   264 
       
   265 echo % mq tags
       
   266 hg log --template '{rev} {tags}\n' -r qparent:qtip
   264 
   267 
   265 cat >>$HGRCPATH <<EOF
   268 cat >>$HGRCPATH <<EOF
   266 [diff]
   269 [diff]
   267 git = True
   270 git = True
   268 EOF
   271 EOF