forked from pool/mercurial
- 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
16 lines
302 B
Diff
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"
|