mbox series

[bug#48232,v2,0/2] Add hg-commitsigs and some changes to Mercurial.

Message ID cover.1621069817.git.public@yoctocell.xyz
Headers show
Series Add hg-commitsigs and some changes to Mercurial. | expand

Message

Xinglu Chen May 15, 2021, 9:17 a.m. UTC
Changes since v1:

* Patch Mercurial to make it read the HGEXTENSIONPATH environment
  variable to make it load third-party extensions.

* Rename ‘mercurial-commitsigs’ to ‘hg-commitsigs’ because to keep
  things more consistent (we already have ‘python-hg-evolve’, not sure
  if the ‘python-’ prefix is necessary, though).

Xinglu Chen (2):
  gnu: Add hg-commitsigs.
  gnu: mercurial: Patch to make it read HGEXTENSIONPATH.

 gnu/local.mk                                  |  1 +
 .../patches/mercurial-hg-extension-path.patch | 29 ++++++++
 gnu/packages/version-control.scm              | 69 +++++++++++++++++++
 3 files changed, 99 insertions(+)
 create mode 100644 gnu/packages/patches/mercurial-hg-extension-path.patch


base-commit: fbb099a4481ce682bdaaaffea619c5273fd0d3b0

Comments

Xinglu Chen May 17, 2021, 8:07 p.m. UTC | #1
The patches have been applied, closing.