tests/test-debugcommands.t
changeset 32305 ccef71de7d41
parent 31324 78ac7061f840
child 32307 c2380b448265
equal deleted inserted replaced
32304:a72caf0af38e 32305:ccef71de7d41
   107       4     3    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        4 (glob)
   107       4     3    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        4 (glob)
   108       5     4    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        0 (glob)
   108       5     4    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        0 (glob)
   109       6     5    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        1 (glob)
   109       6     5    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        1 (glob)
   110       7     6    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        2 (glob)
   110       7     6    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        2 (glob)
   111       8     7    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        3 (glob)
   111       8     7    -1   ???   ???        ???  ???  ???    0     ???      ????           ?     1        3 (glob)
       
   112 
       
   113 Test cache warming command
       
   114 
       
   115   $ rm -rf .hg/cache/
       
   116   $ hg debugupdatecaches --debug
       
   117   $ ls -r .hg/cache/*
       
   118   .hg/cache/rbc-revs-v1
       
   119   .hg/cache/rbc-names-v1
       
   120   .hg/cache/branch2-served
       
   121 
   112   $ cd ..
   122   $ cd ..
   113 
   123 
   114 Test internal debugstacktrace command
   124 Test internal debugstacktrace command
   115 
   125 
   116   $ cat > debugstacktrace.py << EOF
   126   $ cat > debugstacktrace.py << EOF