[Updated] D8856: packaging: make "mercurial.defaultrc" a key in package_data
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Sun Aug 2 16:34:58 UTC 2020
Closed by commit rHG967c81d1b465: packaging: make "mercurial.defaultrc" a key in package_data (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8856?vs=22166&id=22191
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8856/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8856
AFFECTED FILES
setup.py
CHANGE DETAILS
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -1616,9 +1616,9 @@
packagedata = {
'mercurial': [
'locale/*/LC_MESSAGES/hg.mo',
- 'defaultrc/*.rc',
'dummycert.pem',
],
+ 'mercurial.defaultrc': ['*.rc',],
'mercurial.helptext': ['*.txt',],
'mercurial.helptext.internals': ['*.txt',],
}
To: martinvonz, #hg-reviewers, indygreg
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200802/410571b7/attachment-0002.html>
More information about the Mercurial-patches
mailing list