Show More
@@ -237,7 +237,7 b' def rebuildfncache(ui, repo):' | |||||
237 |
|
237 | |||
238 | if 'fncache' not in repo.requirements: |
|
238 | if 'fncache' not in repo.requirements: | |
239 | ui.warn(_('(not rebuilding fncache because repository does not ' |
|
239 | ui.warn(_('(not rebuilding fncache because repository does not ' | |
240 | 'support fncache\n')) |
|
240 | 'support fncache)\n')) | |
241 | return |
|
241 | return | |
242 |
|
242 | |||
243 | lock = repo.lock() |
|
243 | lock = repo.lock() |
@@ -308,7 +308,7 b' debugrebuildfncache does nothing unless ' | |||||
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 |
General Comments 0
You need to be logged in to leave comments.
Login now