--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py Sun Apr 21 17:27:52 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py Mon Apr 22 10:38:32 2019 +0200 @@ -188,7 +188,7 @@ # ignore errors return "" - globalRev, localRev, branch = output.splitlines()[0].split() + globalRev, localRev, branch = output.splitlines()[0].split(None, 2) if globalRev.endswith("+"): globalRev = globalRev[:-1] if localRev.endswith("+"):