comparison .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
comparison
equal deleted inserted replaced
28429:a47881680402 28430:17b85d739b62
38 doc/*.[0-9].gendoc.txt 38 doc/*.[0-9].gendoc.txt
39 doc/*.[0-9].{x,ht}ml 39 doc/*.[0-9].{x,ht}ml
40 MANIFEST 40 MANIFEST
41 MANIFEST.in 41 MANIFEST.in
42 patches 42 patches
43 mercurial/__modulepolicy__.py
43 mercurial/__version__.py 44 mercurial/__version__.py
44 mercurial/hgpythonlib.h 45 mercurial/hgpythonlib.h
45 mercurial.egg-info 46 mercurial.egg-info
46 .DS_Store 47 .DS_Store
47 tags 48 tags