D2294: hgweb: open server logs in binary mode

2018-02-17 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd527803576b2: hgweb: open server logs in binary mode (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2294?vs=5799=5805

D2294: hgweb: open server logs in binary mode

2018-02-16 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is consistent with when we're logging to stdout, so we don't have to do something annoyingly complicated in the logging infrastructure. REPOSITORY rHG