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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: