From a1cf2006b5ac743056eec5ce44090748c9ee0e95 Mon Sep 17 00:00:00 2001 From: Python Applications Packaging Team Date: Sun, 16 Aug 2020 11:03:07 +0200 Subject: [PATCH] deb_specific__hgk.py Set default hgk path for hgk outside bin. Gbp-Pq: Name deb_specific__hgk.py.patch --- hgext/hgk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgext/hgk.py b/hgext/hgk.py index a2b8140..5da5fe4 100644 --- a/hgext/hgk.py +++ b/hgext/hgk.py @@ -65,7 +65,7 @@ configitem = registrar.configitem(configtable) configitem( b'hgk', b'path', - default=b'hgk', + default=b'/usr/share/mercurial/hgk', ) -- 2.30.2