##// END OF EJS Templates
repair: fix typo in warning message
Wagner Bruna -
r25874:3e84f402 stable
parent child Browse files
Show More
@@ -237,7 +237,7 b' def rebuildfncache(ui, repo):'
237 237
238 238 if 'fncache' not in repo.requirements:
239 239 ui.warn(_('(not rebuilding fncache because repository does not '
240 'support fncache\n'))
240 'support fncache)\n'))
241 241 return
242 242
243 243 lock = repo.lock()
@@ -308,7 +308,7 b' debugrebuildfncache does nothing unless '
308 308 $ hg --config format.usefncache=false init nofncache
309 309 $ cd nofncache
310 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 313 $ cd ..
314 314
General Comments 0
You need to be logged in to leave comments. Login now