You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...repeatedly and found that 1 out of every 10-20 returned (0, []). I confirmed that this doesn't seem to be a problem with the actual hg status command by running:
while [1] ; do hg status && echo XXX ; done
...which never printed XXX.
So maybe there's a rare bug in the subprocess handling?
The text was updated successfully, but these errors were encountered:
Intermittently and rarely the mercurial repository check subprocess reports a successful returncode of 0 in a non-mercurial checkout.
I confirmed this by running:
...repeatedly and found that 1 out of every 10-20 returned
(0, [])
. I confirmed that this doesn't seem to be a problem with the actualhg status
command by running:...which never printed
XXX
.So maybe there's a rare bug in the subprocess handling?
The text was updated successfully, but these errors were encountered: