D7771: setup: include `defaultrc` in the package list

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Mon Dec 30 05:43:13 UTC 2019


mharbison72 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  This is needed to access the config files via the resourceutil framework, which
  is needed to embed the config files when uing PyOxidizer.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D7771

AFFECTED FILES
  setup.py

CHANGE DETAILS

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -1195,6 +1195,7 @@
     'mercurial',
     'mercurial.cext',
     'mercurial.cffi',
+    'mercurial.defaultrc',
     'mercurial.helptext',
     'mercurial.helptext.internals',
     'mercurial.hgweb',



To: mharbison72, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list