deb_specific__hgk.py
authorPython Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)
committerJulien Cristau <jcristau@debian.org>
Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)
Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

hgext/hgk.py

index a2b81406414cf7d7377edecfd58af07b7d8dd93a..5da5fe4efb5dcb99055f775dd39acefc99c4162d 100644 (file)
@@ -65,7 +65,7 @@ configitem = registrar.configitem(configtable)
 configitem(
     b'hgk',
     b'path',
-    default=b'hgk',
+    default=b'/usr/share/mercurial/hgk',
 )