SHA256
1
0
forked from pool/mercurial
Files
mercurial/mercurial-hgk-path-fix.diff
Andrei Dziahel 14efdb2200 Accepting request 1191868 from home:develop7:branches:devel:tools:scm
- Mercurial 6.8.1
  * Python 3.12: fix an issue between `threading` and `demandimport`
  * rhg: expand user and environment variable in paths to ignore in config 
    and includes
  * `win32mbcs` extension: fix an encoding issue

OBS-URL: https://build.opensuse.org/request/show/1191868
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/mercurial?expand=0&rev=359
2024-08-06 12:57:59 +00:00

16 lines
302 B
Diff

Index: contrib/hgk
===================================================================
--- contrib/hgk.orig
+++ contrib/hgk
@@ -4086,6 +4086,10 @@ proc getconfig {} {
}
# defaults...
+if {![info exists env(HG)]} {
+ set env(HG) "hg"
+}
+
set datemode 0
set boldnames 0
set diffopts "-U 5 -p"