diff .hgignore @ 28430:17b85d739b62

setup: create a module for the modulepolicy Instead of rewriting __init__ to define the modulepolicy, write out a __modulepolicy__.py file like __version__.py This should work for both system-wide installation and in-place build. Therefore we can avoid relying on two separate modulepolicy rules, '@MODULELOADPOLICY@' and 'mercurial/modulepolicy'.
author timeless <timeless@mozdev.org>
date Wed, 09 Mar 2016 15:47:01 +0000
parents f75f7d39cca3
children e63dfbbdbd07
line wrap: on
line diff
--- a/.hgignore	Wed Mar 09 08:08:27 2016 -0800
+++ b/.hgignore	Wed Mar 09 15:47:01 2016 +0000
@@ -40,6 +40,7 @@
 MANIFEST
 MANIFEST.in
 patches
+mercurial/__modulepolicy__.py
 mercurial/__version__.py
 mercurial/hgpythonlib.h
 mercurial.egg-info