Commit Graph

3 Commits

Author SHA1 Message Date
Muir Manders
8ed51e769d docs: replace ":hg:" with ":prog:"
Summary: This makes it clearer that "hg" isn't going to show up in sl docs.

Reviewed By: bolinfest

Differential Revision: D41222458

fbshipit-source-id: 80f2e9a51c2b668a8506965d313f7e644d733ae9
2022-11-13 19:24:12 -08:00
Saul Gutierrez
54f6c427be replace hardcoded hg and Mercurial with @prog@ and @Product@ in help text
Summary: Similar to D40162909, but exclusive to help text (i.e. `helptext.py` and other files inside of `edenscm/help`) since this file is big enough.

Reviewed By: bolinfest

Differential Revision: D40165740

fbshipit-source-id: 69c88f3196035ece87ffd6829150319aa41b4373
2022-10-10 16:39:36 -07:00
Muir Manders
44343769f8 collapse edenscm.mercurial package into edenscm
Summary:
We want to rename away from "mercurial". Rather than rename the "mercurial" Python package, we opted to just collapse it into the parent "edenscm" package. This is also a step towards further organizing we want to do around the new project name.

To ease the transition wrt hotfixes, we now replace "edenscm.mercurial" with "mercurial" to fix imports within base64-python extensions.

Reviewed By: sggutier

Differential Revision: D38943169

fbshipit-source-id: 03fa18079c51e2f7fac05d65b127095da3ab7c99
2022-08-24 13:45:53 -07:00