Mercurial > public > mercurial-scm > hg-stable
diff mercurial/repair.py @ 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 | 7e3bb3e1bfa7 |
children | d1419cfbd4f4 d815a5997576 |
line wrap: on
line diff
--- 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()