Changes
Page history
Edited online
authored
Jul 27, 2014
by
Yuya Nishihara
Show whitespace changes
Inline
Side-by-side
FixedBugs.wiki
View page @
2f25fe6e
...
@@ -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 reliab
i
lity, 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 ==
...
...
...
...