comparison tests/test-fncache.t @ 25874:3e84f40232c7 stable

repair: fix typo in warning message
author Wagner Bruna <wbruna@yahoo.com>
date Sun, 26 Jul 2015 09:28:52 -0300
parents 9d1e04f5dca7
children efd57cd6fd1d
comparison
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