diff -r 539d9f839197 -r 5db105f216c3 mercurial/subrepo.py --- a/mercurial/subrepo.py Tue Apr 01 02:46:03 2014 +0900 +++ b/mercurial/subrepo.py Tue Apr 01 02:46:03 2014 +0900 @@ -321,8 +321,8 @@ for f in names: if f.lower() == 'hgrc': ui.warn( - _("warning: removing potentially hostile .hg/hgrc in '%s'" - % path)) + _("warning: removing potentially hostile .hg/hgrc in '%s'") + % path) os.unlink(os.path.join(dirname, f)) os.walk(path, v, None)