packaging: include defaultrc/*.rc instead of default.d/*.rc
Differential Revision: https://phab.mercurial-scm.org/D7555
--- a/setup.py Thu Dec 05 11:15:19 2019 -0500
+++ b/setup.py Thu Dec 05 20:05:08 2019 -0800
@@ -1541,7 +1541,7 @@
packagedata = {
'mercurial': [
'locale/*/LC_MESSAGES/hg.mo',
- 'default.d/*.rc',
+ 'defaultrc/*.rc',
'dummycert.pem',
],
'mercurial.helptext': ['*.txt',],