tests/test-tags.t
changeset 12376 97ffc68f71d3
parent 12375 02990e22150b
child 12640 6cc4b14fb76b
equal deleted inserted replaced
12375:02990e22150b 12376:97ffc68f71d3
   297   bar                                0:bbd179dfa0a7
   297   bar                                0:bbd179dfa0a7
   298 
   298 
   299 Strip 1: expose an old head:
   299 Strip 1: expose an old head:
   300 
   300 
   301   $ hg --config extensions.mq= strip 5
   301   $ hg --config extensions.mq= strip 5
   302   saved backup bundle to .* (re)
   302   saved backup bundle to * (glob)
   303   $ hg tags                  # partly stale cache
   303   $ hg tags                  # partly stale cache
   304   tip                                5:735c3ca72986
   304   tip                                5:735c3ca72986
   305   bar                                1:78391a272241
   305   bar                                1:78391a272241
   306   $ hg tags                  # up-to-date cache
   306   $ hg tags                  # up-to-date cache
   307   tip                                5:735c3ca72986
   307   tip                                5:735c3ca72986
   308   bar                                1:78391a272241
   308   bar                                1:78391a272241
   309 
   309 
   310 Strip 2: destroy whole branch, no old head exposed
   310 Strip 2: destroy whole branch, no old head exposed
   311 
   311 
   312   $ hg --config extensions.mq= strip 4
   312   $ hg --config extensions.mq= strip 4
   313   saved backup bundle to .* (re)
   313   saved backup bundle to * (glob)
   314   $ hg tags                  # partly stale
   314   $ hg tags                  # partly stale
   315   tip                                4:735c3ca72986
   315   tip                                4:735c3ca72986
   316   bar                                0:bbd179dfa0a7
   316   bar                                0:bbd179dfa0a7
   317   $ rm -f .hg/tags.cache
   317   $ rm -f .hg/tags.cache
   318   $ hg tags                  # cold cache
   318   $ hg tags                  # cold cache