Closed delicb closed 11 years ago
On my computer (Windows 7, Sublime Text 3047) when opening file in mercurial repository all lines where marked as 'added'. It turns out that when running hg its proc.stdout.read(). This commit fixes it by redirecting stderr too.
proc.stdout.read()
stderr
Thanks!
On my computer (Windows 7, Sublime Text 3047) when opening file in mercurial repository all lines where marked as 'added'. It turns out that when running hg its
proc.stdout.read()
. This commit fixes it by redirectingstderr
too.