tests/test-fncache.t
branchstable
changeset 25874 3e84f40232c7
parent 25653 9d1e04f5dca7
child 26475 efd57cd6fd1d
equal deleted inserted replaced
25873:5d040020641d 25874:3e84f40232c7
   306 debugrebuildfncache does nothing unless repo has fncache requirement
   306 debugrebuildfncache does nothing unless repo has fncache requirement
   307 
   307 
   308   $ hg --config format.usefncache=false init nofncache
   308   $ hg --config format.usefncache=false init nofncache
   309   $ cd nofncache
   309   $ cd nofncache
   310   $ hg debugrebuildfncache
   310   $ hg debugrebuildfncache
   311   (not rebuilding fncache because repository does not support fncache
   311   (not rebuilding fncache because repository does not support fncache)
   312 
   312 
   313   $ cd ..
   313   $ cd ..
   314 
   314 
   315 debugrebuildfncache works on empty repository
   315 debugrebuildfncache works on empty repository
   316 
   316