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>
Wed, 2 Sep 2020 08:26:16 +0000 (09:26 +0100)
Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

hgext/hgk.py

index 5e12637e3cdc795ae4316a08e63df32bd88ce50c..0c3ecb89c4f54972e092baa8f180f223fe5bb18b 100644 (file)
@@ -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',
 )