Changes
Page history
"in-process" python hook
authored
Jul 22, 2014
by
Yuya Nishihara
Show whitespace changes
Inline
Side-by-side
FixedBugs.wiki
View page @
f4b057a3
...
...
@@ -5,8 +5,8 @@
Since 3.1, Mercurial commands are run in separate
[[http://mercurial.selenic.com/wiki/CommandServer|command server]] process.
It generally contributes to reliablity, but if you have a faulty extension
or a Python hook, it can corrupt the communication channel between
TortoiseHg
and the command server.
or a
n in-process
Python hook, it can corrupt the communication channel between
TortoiseHg
and the command server.
If you see an error message like "cmdserver: timeout while reading...",
[[BugReport|please report it]] with the list of enabled extensions.
...
...
...
...