From 2452b5b66e141db72363ae3f5c3171846a1a7d55 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 5e12637..0c3ecb8 100644 --- a/hgext/hgk.py +++ b/hgext/hgk.py @@ -65,7 +65,7 @@ configtable = {} configitem = registrar.configitem(configtable) configitem( - b'hgk', b'path', default=b'hgk', + b'hgk', b'path', default=b'/usr/share/mercurial/hgk', ) -- 2.30.2