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
Specifically, there appears to be a bug with buffering. Running env HGPLAIN=1 hg log | diff-so-fancy will hang forever as hg computes the log of everything, and diff-so-fancy doesn't display it (until the entire log is written to stdout).
I'm not sure if there's any other information I can provide which would help reproduce this.