Commit Graph

7 Commits

Author SHA1 Message Date
Alyssa Ross
a01b299c59 git-cinnabar: don't set GIT_CINNABAR_EXPERIMENTS
python3 is now officially supported, so setting this prints a warning.
2022-11-24 16:25:41 +00:00
R. Ryantm
05f7af3a43 git-cinnabar: 0.5.10 -> 0.5.11 2022-11-18 16:22:08 +00:00
Stanisław Pitucha
138543af5e git-cinnabar: fix darwin build 2022-10-17 22:21:08 +11:00
R. Ryantm
97f7cf06d2 git-cinnabar: 0.5.7 -> 0.5.10 2022-08-14 03:54:19 +00:00
Alyssa Ross
715d5a73ae
git-cinnabar: 0.5.6 -> 0.5.7 2021-04-13 12:16:02 +00:00
Alyssa Ross
6c4d3aa6f7
git-cinnabar: 0.5.4 -> 0.5.6
Also add missing installPhase hooks, and clarify license.
I'm assuming GPL-2.0-only, because it doesn't seem to be specified, and
the helper links with git, which is -only.
2021-02-07 21:35:46 +00:00
Alyssa Ross
fafac02e41 gitAndTools.git-cinnabar: init at 0.5.4
git-cinnabar calls into Mercurial as a library, so we make use the
same version of Python as Mercurial.

Support for Python 3 is an experimental feature in git-cinnabar, but
we unconditionally use it here because:

* Mercurial in Nixpkgs only supports Python 3.
* git-cinnabar touches a network, and for that purpose it's good to
  use a version of Python that is going to get security updates.
2020-04-07 09:07:12 +00:00