diff -r 3f9e68864ccc -r b3a677c82a35 mercurial/commands.py --- a/mercurial/commands.py Sat May 14 19:52:00 2016 +0900 +++ b/mercurial/commands.py Wed Mar 09 19:55:45 2016 +0000 @@ -59,6 +59,7 @@ obsolete, patch, phases, + policy, pvec, repair, revlog, @@ -2749,6 +2750,8 @@ '+'.join(hgver.split('+')[1:])) # compiled modules + fm.write('hgmodulepolicy', _("checking module policy (%s)\n"), + policy.policy) fm.write('hgmodules', _("checking installed modules (%s)...\n"), os.path.dirname(__file__))