Commit Graph

2 Commits

Author SHA1 Message Date
Jun Wu
302109a922 config: move default.d/mergetools.rc to code
Summary:
See the previous diff for motivation.

This diff moves the special builtin config to code so we no longer need
"data_path" for the "load_system" API.

Reviewed By: markbt

Differential Revision: D15307750

fbshipit-source-id: 15b729e6585ead5ead05ffd6ffe688387b8e0be9
2019-05-16 17:31:26 -07:00
Jun Wu
c12e300bb8 codemod: move Python packages to edenscm
Summary:
Move top-level Python packages `mercurial`, `hgext` and `hgdemandimport` to
a new top-level package `edenscm`. This allows the Python packages provided by
the upstream Mercurial to be installed side-by-side.

To maintain compatibility, `edenscm/` gets added to `sys.path` in
`mercurial/__init__.py`.

Reviewed By: phillco, ikostia

Differential Revision: D13853115

fbshipit-source-id: b296b0673dc54c61ef6a591ebc687057ff53b22e
2019-01-28 18:35:41 -08:00