Skip to content
Snippets Groups Projects
Commit 3e84f40232c7 authored by Wagner Bruna's avatar Wagner Bruna
Browse files

repair: fix typo in warning message

parent 5d040020641d
No related merge requests found
......@@ -237,7 +237,7 @@
if 'fncache' not in repo.requirements:
ui.warn(_('(not rebuilding fncache because repository does not '
'support fncache\n'))
'support fncache)\n'))
return
lock = repo.lock()
......
......@@ -308,7 +308,7 @@
$ hg --config format.usefncache=false init nofncache
$ cd nofncache
$ hg debugrebuildfncache
(not rebuilding fncache because repository does not support fncache
(not rebuilding fncache because repository does not support fncache)
$ cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment