Related to #14 , it seems like the blackbox extension has changed such that it is once again causing constant status updates. It writes to temp files with names like /Users/incidentist/Code/temp/testrepo/.hg/.blackbox.log-21j24zy72~ basically the same as in the original bug but now they end in ~ so it is not caught by the \w+ at the end of the regex.
Related to #14 , it seems like the blackbox extension has changed such that it is once again causing constant status updates. It writes to temp files with names like
/Users/incidentist/Code/temp/testrepo/.hg/.blackbox.log-21j24zy72~
basically the same as in the original bug but now they end in~
so it is not caught by the\w+
at the end of the regex.