branch | stable |
changeset 25874 | 3e84f40232c7 |
parent 25845 | 7e3bb3e1bfa7 |
child 25970 | d1419cfbd4f4 |
child 26012 | d815a5997576 |
--- a/mercurial/repair.py Sun Jul 26 18:05:10 2015 +0800 +++ b/mercurial/repair.py Sun Jul 26 09:28:52 2015 -0300 @@ -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()