tests/test-mq.t
branchstable
changeset 13427 2432b3227303
parent 13272 5ccdca7df211
child 13507 375ba42f3cda
equal deleted inserted replaced
13369:69238d0ca60f 13427:2432b3227303
   282 
   282 
   283 
   283 
   284 qpush with dump of tag cache
   284 qpush with dump of tag cache
   285 Dump the tag cache to ensure that it has exactly one head after qpush.
   285 Dump the tag cache to ensure that it has exactly one head after qpush.
   286 
   286 
   287   $ rm -f .hg/tags.cache
   287   $ rm -f .hg/cache/tags
   288   $ hg tags > /dev/null
   288   $ hg tags > /dev/null
   289 
   289 
   290 .hg/tags.cache (pre qpush):
   290 .hg/cache/tags (pre qpush):
   291 
   291 
   292   $ cat .hg/tags.cache
   292   $ cat .hg/cache/tags
   293   1 [\da-f]{40} (re)
   293   1 [\da-f]{40} (re)
   294   
   294   
   295   $ hg qpush
   295   $ hg qpush
   296   applying test.patch
   296   applying test.patch
   297   now at: test.patch
   297   now at: test.patch
   298   $ hg tags > /dev/null
   298   $ hg tags > /dev/null
   299 
   299 
   300 .hg/tags.cache (post qpush):
   300 .hg/cache/tags (post qpush):
   301 
   301 
   302   $ cat .hg/tags.cache
   302   $ cat .hg/cache/tags
   303   2 [\da-f]{40} (re)
   303   2 [\da-f]{40} (re)
   304   
   304   
   305   $ checkundo qpush
   305   $ checkundo qpush
   306   $ cd ..
   306   $ cd ..
   307 
   307