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

2018-10-01 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5f040397fcb6: logtoprocess: add a test to show pager and ltp bad interaction (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

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

2018-10-01 Thread yuja (Yuya Nishihara)
yuja added a comment. 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. REPOSITORY rHG Mercurial REVISION DETAIL

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

2018-10-01 Thread Yuya Nishihara
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. ___ Mercurial-devel mailing list

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

2018-10-01 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION 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.