unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Arne Babenhauserheide (IMK)" <arne.babenhauserheide@kit.edu>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: Add Package Mercurial
Date: Tue, 1 Oct 2013 15:41:18 +0200	[thread overview]
Message-ID: <524AD0FE.6000408@kit.edu> (raw)
In-Reply-To: <87mwmtrune.fsf@gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 578 bytes --]

Hi,

I attached an adapted version of the patch reusing the solution from Bazaar.

Best wishes,
Arne

Am 01.10.2013 15:24, schrieb Ludovic Courtès:
> FWIW I never use the Git CLI, only Magit (in Emacs), so you may want to
> try that one.

I thought about that. Is it already compatible with Mercurial (so the
investment would not only help fringe usecases)?

Best wishes,
Arne
-- 
Doktorand
Gruppe: GHG

Raum: 435/410
Tel.: +49 721 608-22885
arne.babenhauserheide@kit.edu

Karlsruher Institut für Technologie
IMK-ASF
Postfach 36 40
76021 Karlsruhe

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: add-mercurial.diff --]
[-- Type: text/x-patch; name="add-mercurial.diff", Size: 1543 bytes --]

# HG changeset patch
# User Arne Babenhauserheide <arne.babenhauserheide@kit.edu>
# Date 1380634471 -7200
#      Tue Oct 01 15:34:31 2013 +0200
# Node ID d190622d428db9728e41abaa4ba63d40c06e943a
# Parent  a34f735e8b79e33072e37f2d1a8a750b0fb24a40
gnu: Add mercurial.

* gnu/packages/version-control.scm (mercurial): New variable.

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -180,6 +180,32 @@
    (license gpl2)
    (home-page "http://git-scm.com/")))
 
+
+(define-public mercurial
+  (package
+    (name "mercurial")
+    (version "2.7.1")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append "http://mercurial.selenic.com/release/mercurial-" 
+                          version ".tar.gz"))
+      (sha256
+       (base32
+        "121m8f7vmipmdg00cnzdz2rjkgydh28mwfirqkrbs5fv089vywl4"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:python ,python-2)) ; Restrict to python2, as python 3 would require
+                            ; the argument --c2to3
+    (home-page "http://mercurial.selenic.com")
+    (synopsis "Decentralized version control system")
+    (description
+     "Mercurial is a free, distributed source control management tool.
+It efficiently handles projects of any size
+and offers an easy and intuitive interface.")
+    (license gpl2+)))
+
+
 (define-public subversion
   (package
     (name "subversion")

[-- Attachment #1.3: 0xA70DA09E.asc --]
[-- Type: application/pgp-keys, Size: 1893 bytes --]

[-- Attachment #1.4: arne_babenhauserheide.vcf --]
[-- Type: text/x-vcard, Size: 366 bytes --]

begin:vcard
fn:Arne Babenhauserheide
n:Babenhauserheide;Arne
org:KIT;GHG,  IMK-ASF
adr;quoted-printable:;;Geb=C3=A4ude 435, Raum 410, Campus Nord;Karlsruhe;BW;76021;Deutschland
email;internet:arne.babenhauserheide@kit.edu
title:Doktorand
tel;work:+49 721 608-22885
x-mozilla-html:FALSE
url:http://www.imk-asf.kit.edu/874_1194.php
version:2.1
end:vcard


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 555 bytes --]

  reply	other threads:[~2013-10-01 13:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-27 13:04 Add Package Mercurial Arne Babenhauserheide (IMK)
2013-09-27 19:20 ` Ludovic Courtès
2013-10-01 12:46   ` Arne Babenhauserheide (IMK)
2013-10-01 13:24     ` Ludovic Courtès
2013-10-01 13:41       ` Arne Babenhauserheide (IMK) [this message]
2013-10-01 22:04         ` Ludovic Courtès
2013-10-11 14:52           ` Arne Babenhauserheide
2013-10-11 20:19             ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=524AD0FE.6000408@kit.edu \
    --to=arne.babenhauserheide@kit.edu \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).