Changes
Page history
add note about command server
authored
Jul 21, 2014
by
Yuya Nishihara
Show whitespace changes
Inline
Side-by-side
FixedBugs.wiki
View page @
b16d86a2
...
...
@@ -2,6 +2,14 @@
= Changes since 3.0.2 =
Since TortoiseHg 3.1, Mercurial commands are run in separate
[[http://mercurial.selenic.com/wiki/CommandServer|command server]] process.
This change generally contributes to reliablity, but if you have a faulty
extension or 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...",
please report it with the list of enabled extensions.
== Bug Fixes ==
* commit: do not bulk-add unknown files when all selected files are largefiles
...
...
...
...