add 02916bfa679f authored by Yuya Nishihara's avatar Yuya Nishihara
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
== Bug Fixes == == Bug Fixes ==
* annotate: fetch line information by command (fixes unsafe thread access) * annotate: fetch line information by command (fixes unsafe thread access)
* cmdcore: handle ui labels in unicode to avoid possible exception (fixes #3988)
* guifork: use real fork() on posix to run GUI in background (fixes #3701) * guifork: use real fork() on posix to run GUI in background (fixes #3701)
* init: open repo in existing workbench process if any (fixes #3922) * init: open repo in existing workbench process if any (fixes #3922)
* init: run "hg init" in command process (fixes #3931) * init: run "hg init" in command process (fixes #3931)
... ...
......