mercurial/commands.py
changeset 29266 b3a677c82a35
parent 29245 9d0d1242cd48
child 29376 113d0b23321a
--- 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__))