Mon, 12 Nov 2007 10:49:26 -0800 highlight: clean up coding style a little
Bryan O'Sullivan <bos@serpentine.com> [Mon, 12 Nov 2007 10:49:26 -0800] rev 5533
highlight: clean up coding style a little
Sat, 10 Nov 2007 17:54:57 -0500 extension for synax highlighting in the hgweb file revision view
Adam Hupp <adam@hupp.org> [Sat, 10 Nov 2007 17:54:57 -0500] rev 5532
extension for synax highlighting in the hgweb file revision view Depends on the pygments syntax highlighting library: http://pygments.org/
Sat, 10 Nov 2007 21:30:59 +0100 Change standard streams mode to binary at hg startup
Patrick Mezard <pmezard@gmail.com> [Sat, 10 Nov 2007 21:30:59 +0100] rev 5531
Change standard streams mode to binary at hg startup Standard streams are expected to operate in binary mode everywhere, especially with archive, cat, diff and export commands. Rewriting these to separate informational output from binary content is complicated to do and to maintain, nonwithstanding mode switching reliability. Changing all output mode to binary should not have much impact on Windows were stream processing tools are barely used and usually cope with unix style endings. Streams mode being process wide, the switch is performed in the startup script to avoid polluting existing API users who may have solved this issue already or ignored it at least for the mercurial part.
(0) -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip