From f558a45d4c243c0eac8a496e367faf9eafcb0ada Mon Sep 17 00:00:00 2001 From: Neil Muller <drnlmuller+debian@gmail.com> Date: Mon, 7 May 2018 14:48:28 +0200 Subject: [PATCH] Add note about irkerhook and python 3 to docs --- irkerhook.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irkerhook.xml b/irkerhook.xml index 2f068d2..d6f7b51 100644 --- a/irkerhook.xml +++ b/irkerhook.xml @@ -174,6 +174,9 @@ are available as %() substitutions.</para> </varlistentry> </variablelist> +<para>irkerhook.py will run under both python 2 and python 3, but it does +not support mercurial repositories under python 3 yet.</para> + <refsect2 id="git"><title>git</title> <para>Under git, the normal way to invoke this hook (from within the -- GitLab