From: Python Applications Packaging Team Date: Sun, 16 Aug 2020 09:03:07 +0000 (+0200) Subject: deb_specific__hgk.py X-Git-Tag: archive/raspbian/6.3.1-2+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ad4d3ff8d9b344843282ea52f6f996742d2a70af;p=mercurial.git deb_specific__hgk.py Set default hgk path for hgk outside bin. Gbp-Pq: Name deb_specific__hgk.py.patch --- 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', )