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/5.9-3+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=351ca1dae297d5dcb90be87acdeeeb8e1b9a468f;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 ad8b821..87546dc 100644 --- a/hgext/hgk.py +++ b/hgext/hgk.py @@ -66,7 +66,7 @@ configitem = registrar.configitem(configtable) configitem( b'hgk', b'path', - default=b'hgk', + default=b'/usr/share/mercurial/hgk', )