Edited online authored by Yuya Nishihara's avatar Yuya Nishihara
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
Since 3.1, Mercurial commands are run in separate Since 3.1, Mercurial commands are run in separate
[[http://mercurial.selenic.com/wiki/CommandServer|command server]] process. [[http://mercurial.selenic.com/wiki/CommandServer|command server]] process.
It generally contributes to reliablity, but if you have a faulty extension It generally contributes to reliability, but if you have a faulty extension
or an in-process Python hook, it can corrupt the communication channel between or an in-process Python hook, it can corrupt the communication channel between
TortoiseHg and the command server. TortoiseHg and the command server.
If you see an error message like "cmdserver: timeout while reading...", If you see an error message like "cmdserver: timeout while reading...",
...@@ -8,8 +8,9 @@ ...@@ -8,8 +8,9 @@
or an in-process Python hook, it can corrupt the communication channel between or an in-process Python hook, it can corrupt the communication channel between
TortoiseHg and the command server. TortoiseHg and the command server.
If you see an error message like "cmdserver: timeout while reading...", If you see an error message like "cmdserver: timeout while reading...",
[[BugReport|please report it]] with the list of enabled extensions. [[BugReport|please report it]] with the list of enabled third-party extensions
and their versions.
== Bug Fixes == == Bug Fixes ==
... ...
......