This is an archive of the discontinued Mercurial Phabricator instance.

logtoprocess: add a test to show pager and ltp bad interaction
ClosedPublic

Authored by lothiraldan on Oct 1 2018, 6:18 AM.

Details

Summary

The next changeset will fix the bad interaction between the pager and log-to-
process. Add a test first to make the next changeset easier to understand.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

lothiraldan created this revision.Oct 1 2018, 6:18 AM
yuja added a subscriber: yuja.Oct 1 2018, 7:36 AM

Queued these, thanks.

+ $ hg foo
+ $ sleep 0.2
+ $ cat $TESTTMP/command.log | sort

These sleep 0.2 seems a bit scary, but we can fix them later if they
actually make the test freaky.

This revision was automatically updated to reflect the committed changes.