Sun, 31 Aug 2008 11:34:52 +0200 record: take diff lines for lack of trailing newlines into account (issue1282)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 31 Aug 2008 11:34:52 +0200] rev 6949
record: take diff lines for lack of trailing newlines into account (issue1282) The record extension incorrectly re-calculated the size lines for unified diff hunks. It counted a '\\ No newline at end of file\n' line towards the number of lines of trailing context, while it's not actually part of the context (and certainly isn't added as a line to the resulting output). Use the local name of a variable that was access through the nonlocal scope while we're at it. Seeing the variable was a little bewildering.
Sun, 31 Aug 2008 11:41:52 +0200 fix double indentation and trailing whitespace
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 31 Aug 2008 11:41:52 +0200] rev 6948
fix double indentation and trailing whitespace
Sat, 30 Aug 2008 18:47:54 +0200 increase code coverage of test-clone
Adrian Buehlmann <adrian@cadifra.com> [Sat, 30 Aug 2008 18:47:54 +0200] rev 6947
increase code coverage of test-clone * add a non-inlined filelog to the test repo * add 'clone --pull' test case
Fri, 29 Aug 2008 15:16:50 +0200 coal/paper: Add link to raw changeset as other styles have it, too
Rocco Rutte <pdmef@gmx.net> [Fri, 29 Aug 2008 15:16:50 +0200] rev 6946
coal/paper: Add link to raw changeset as other styles have it, too
Sat, 30 Aug 2008 17:13:23 +0200 hgweb: return content iterator instead of using write() callable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 30 Aug 2008 17:13:23 +0200] rev 6945
hgweb: return content iterator instead of using write() callable This is a new version of 4879468fa28f (which was backed out in 943f066c0d58), with an extra line removed to fix problems with hg serve. hg's internal web server contains checking if the app isn't trying to write more bytes than specified by the Content-Length header. The first try still contained an old line that wrote the response, so the response was sent twice.
Fri, 29 Aug 2008 16:50:11 +0200 fix regression on empty repo cloning introduced by 0642d9d7ec80
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Aug 2008 16:50:11 +0200] rev 6944
fix regression on empty repo cloning introduced by 0642d9d7ec80 The store directory wasn't copied. Unconditionally create the directories instead.
(0) -3000 -1000 -300 -100 -30 -10 -6 +6 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip