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
HgRepository.GetTextFromQuery calls ExecuteErrorsOk, then prints the contents of stdout and stderr via progress.WriteVerbose if they aren't empty. However, ExecuteErrorsOk also prints stdout and stderr with progress.WriteVerbose if they aren't empty. This duplication does nothing but make it harder to find things in the Chorus output, and I suggest getting rid of the progress.WriteVerbose calls from HgRepository.GetTextFromQuery.
The text was updated successfully, but these errors were encountered:
HgRepository.GetTextFromQuery calls ExecuteErrorsOk, then prints the contents of stdout and stderr via
progress.WriteVerbose
if they aren't empty. However, ExecuteErrorsOk also prints stdout and stderr withprogress.WriteVerbose
if they aren't empty. This duplication does nothing but make it harder to find things in the Chorus output, and I suggest getting rid of theprogress.WriteVerbose
calls from HgRepository.GetTextFromQuery.The text was updated successfully, but these errors were encountered: