unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47959] [PATCH] gnu: Add emacs-vc-hgcmd.
@ 2021-04-22 20:47 Xinglu Chen
  2021-04-23  9:12 ` bug#47959: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-04-22 20:47 UTC (permalink / raw)
  To: 47959

* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c7cce1563d..56916407db 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -318,6 +318,28 @@ using geiser.")
 a generic Scheme interaction mode for the GNU Emacs editor.")
     (license license:expat)))
 
+(define-public emacs-vc-hgcmd
+  (package
+    (name "emacs-vc-hgcmd")
+    (version "1.13")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/muffinmad/emacs-vc-hgcmd")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "14c2brvw6vnf1h3lbpap4jh5d7mjnzxrbny4jk77832v09mj2ria"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/muffinmad/emacs-vc-hgcmd")
+    (synopsis "VC backend for the Mercurial command server")
+    (description "This package provides an Emacs VC backend to work with
+Mercurial repositories through the
+@uref{https://www.mercurial-scm.org/wiki/CommandServer,Mercurial command
+server}.  The main advantage compared to @code{vc-hg} is speed.")
+    (license license:gpl3+)))
+
 (define-public emacs-hyperbole
   (package
     (name "emacs-hyperbole")

base-commit: 5a0098e152c8888d4eea86593765a8bf393de5c4
-- 
2.31.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47959: [PATCH] gnu: Add emacs-vc-hgcmd.
  2021-04-22 20:47 [bug#47959] [PATCH] gnu: Add emacs-vc-hgcmd Xinglu Chen
@ 2021-04-23  9:12 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-04-23  9:12 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 47959-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-23  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 20:47 [bug#47959] [PATCH] gnu: Add emacs-vc-hgcmd Xinglu Chen
2021-04-23  9:12 ` bug#47959: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).