all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandru-Sergiu Marton <brown121407@posteo.ro>
To: 42297@debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407@posteo.ro>
Subject: [bug#42297] [PATCH 01/10] gnu: Add hg-evolve.
Date: Thu,  9 Jul 2020 22:19:09 +0300	[thread overview]
Message-ID: <395cba14f2d2998dc300c547c884eddda2e39598.1594321515.git.brown121407@posteo.ro> (raw)
In-Reply-To: <cover.1594321515.git.brown121407@posteo.ro>

* gnu/packages/version-control.scm (hg-evolve): New variable.
---
 gnu/packages/version-control.scm | 35 ++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5151e63ee1..1f37623ee2 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2517,3 +2517,38 @@ package is provided for users who need to recover @code{tla} repositories and
 for historians.")
     (home-page "https://www.gnu.org/software/gnu-arch/")
     (license license:gpl2)))                      ;version 2 only
+
+(define-public hg-evolve
+  (package
+    (name "hg-evolve")
+    (version "10.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "hg-evolve" version))
+       (sha256
+        (base32
+         "03kn1c62y6rb851wjhsaxkrwq223hkc4ij59i85999byyb2hyqad"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("mercurial" ,mercurial)))
+    (home-page
+     "https://www.mercurial-scm.org/doc/evolution/")
+    (synopsis
+     "Flexible evolution of Mercurial history")
+    (description
+     "This Mercurial provides faster and safer mutable history.  It
+implements the changeset evolution concept for Mercurial.
+
+@enumerate
+@item It offers a safe and simple way to refine changesets locally and
+propagate those changes to other repositories.
+@item It can automatically detect and handle the complex issues that can
+arise from exchanging draft changesets.
+@item It even makes it possible for multiple developers to safely rewrite
+the same parts of history in a distributed way.
+@item It fully respects the Phases concept so users will only be able to
+rewrite parts of the history that are safe to change.  Phases have been
+part of Mercurial since early 2012.
+@end enumerate\n")
+    (license license:gpl2+)))
-- 
2.27.0





  reply	other threads:[~2020-07-09 16:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09 19:14 [bug#42297] [PATCH 00/10] Add Python packages for Sourcehut Alexandru-Sergiu Marton
2020-07-09 19:19 ` Alexandru-Sergiu Marton [this message]
2020-07-09 19:19 ` [bug#42297] [PATCH 02/10] gnu: Add python-pgpy Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 03/10] gnu: Add python-minio Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 04/10] gnu: Add python-hglib Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 05/10] gnu: Add python-unidiff Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 06/10] gnu: Add python-emailthreads Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 07/10] gnu: Add python-zxcvbn Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 08/10] gnu: Add python-sshpubkeys Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 09/10] gnu: Add python-atpublic Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 10/10] gnu: Add python-aiosmtpd Alexandru-Sergiu Marton

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

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

  git send-email \
    --in-reply-to=395cba14f2d2998dc300c547c884eddda2e39598.1594321515.git.brown121407@posteo.ro \
    --to=brown121407@posteo.ro \
    --cc=42297@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.