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>
Thu, 13 Jan 2022 15:23:32 +0000 (15:23 +0000)
Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

hgext/hgk.py

index ad8b821b3b69082506d98cb2f480f02732d5deb1..87546dcd0b96681af9ffcce48fcd4bcd0eb66eef 100644 (file)
@@ -66,7 +66,7 @@ configitem = registrar.configitem(configtable)
 configitem(
     b'hgk',
     b'path',
-    default=b'hgk',
+    default=b'/usr/share/mercurial/hgk',
 )