Mon, 28 Dec 2009 18:29:35 +0100 diffhelpers: fix variable declaration for MSVC (not C99)
Patrick Mezard <pmezard@gmail.com> [Mon, 28 Dec 2009 18:29:35 +0100] rev 10146
diffhelpers: fix variable declaration for MSVC (not C99)
Sun, 27 Dec 2009 23:24:05 +0100 dirstate: improve docstring formatting
Martin Geisler <mg@lazybytes.net> [Sun, 27 Dec 2009 23:24:05 +0100] rev 10145
dirstate: improve docstring formatting Triple-quoted strings are easier to spot than single-quoted strings.
Thu, 24 Dec 2009 18:53:36 +0200 test-help: improve test coverage
Henri Wiechers <hwiechers@gmail.com> [Thu, 24 Dec 2009 18:53:36 +0200] rev 10144
test-help: improve test coverage Adds a test for displaying a help topic. Extends test coverage of commands.help_ by 5 lines.
Thu, 24 Dec 2009 18:53:35 +0200 test-help: improve test coverage
Henri Wiechers <hwiechers@gmail.com> [Thu, 24 Dec 2009 18:53:35 +0200] rev 10143
test-help: improve test coverage Adds a test for displaying a command list with a command with no help text. Extends test coverage of commands.help_ by 1 line.
Thu, 24 Dec 2009 18:53:35 +0200 test-help: improve test coverage
Henri Wiechers <hwiechers@gmail.com> [Thu, 24 Dec 2009 18:53:35 +0200] rev 10142
test-help: improve test coverage Adds a test that extension commands are omitted from the default command list. Extends test coverage of commands.help_ by 1 line.
Thu, 24 Dec 2009 18:53:35 +0200 test-help: improve test coverage
Henri Wiechers <hwiechers@gmail.com> [Thu, 24 Dec 2009 18:53:35 +0200] rev 10141
test-help: improve test coverage Adds a test for commands without help text. Extends test coverage of commands.help_ by 1 line.
Thu, 24 Dec 2009 18:53:35 +0200 test-help: improve test coverage
Henri Wiechers <hwiechers@gmail.com> [Thu, 24 Dec 2009 18:53:35 +0200] rev 10140
test-help: improve test coverage Adds a test for help on a command with no options. Extends test coverage of commands.help_ by 2 lines.
Thu, 24 Dec 2009 18:53:34 +0200 test-help: improve test coverage
Henri Wiechers <hwiechers@gmail.com> [Thu, 24 Dec 2009 18:53:34 +0200] rev 10139
test-help: improve test coverage Adds a test for handling ambiguous command help Extends test coverage of commands.help_ by 4 lines.
Thu, 24 Dec 2009 11:41:06 +0100 merge with stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 24 Dec 2009 11:41:06 +0100] rev 10138
merge with stable
Thu, 24 Dec 2009 11:40:39 +0100 monoblue: fix title for branches page stable
Johan Samyn <johan.samyn@gmail.com> [Thu, 24 Dec 2009 11:40:39 +0100] rev 10137
monoblue: fix title for branches page
Thu, 24 Dec 2009 00:01:13 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Thu, 24 Dec 2009 00:01:13 +0100] rev 10136
Merge with crew-stable
Wed, 09 Dec 2009 16:56:00 -0800 patch: better handling of sequence of offset patch hunks (issue1941) stable
Greg Onufer <gonufer@jazzhaiku.com> [Wed, 09 Dec 2009 16:56:00 -0800] rev 10135
patch: better handling of sequence of offset patch hunks (issue1941) The built-in patch implementation applied the hunks to the wrong lines of the file if the file in the repo has been modified to skew the patch line numbers and the file contains repetitive sequences of lines.
Wed, 23 Dec 2009 23:28:53 +0100 Makefile: added instructions on how to override PREFIX
Martin Geisler <mg@lazybytes.net> [Wed, 23 Dec 2009 23:28:53 +0100] rev 10134
Makefile: added instructions on how to override PREFIX
Wed, 23 Dec 2009 20:34:09 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 23 Dec 2009 20:34:09 +0100] rev 10133
Merge with stable
Wed, 23 Dec 2009 20:31:35 +0100 win32text: do not mention hgext in warning stable
Martin Geisler <mg@lazybytes.net> [Wed, 23 Dec 2009 20:31:35 +0100] rev 10132
win32text: do not mention hgext in warning
Wed, 23 Dec 2009 19:31:48 +0100 patch: drop unused hunk.newctrl()
Patrick Mezard <pmezard@gmail.com> [Wed, 23 Dec 2009 19:31:48 +0100] rev 10131
patch: drop unused hunk.newctrl()
Wed, 23 Dec 2009 19:31:48 +0100 test-import-eol: improve binary hunks test
Patrick Mezard <pmezard@gmail.com> [Wed, 23 Dec 2009 19:31:48 +0100] rev 10130
test-import-eol: improve binary hunks test
Wed, 23 Dec 2009 19:31:48 +0100 diffhelpers: handle CRLF in hunk last line without EOL
Patrick Mezard <pmezard@gmail.com> [Wed, 23 Dec 2009 19:31:48 +0100] rev 10129
diffhelpers: handle CRLF in hunk last line without EOL Note that diff generation code always ends last lines without newline with a LF, so this is a tolerance.
Wed, 23 Dec 2009 19:31:48 +0100 patch: drop eol normalization fast-path for 'lf' and 'crlf'
Patrick Mezard <pmezard@gmail.com> [Wed, 23 Dec 2009 19:31:48 +0100] rev 10128
patch: drop eol normalization fast-path for 'lf' and 'crlf' With eolmode set to 'lf' or 'crlf' we avoided the hunk duplication and normalization by reading the input patch in text mode. Dropping this optimization simplifies code expectations for a small overhead. The change in test-mq-eol comes from a tolerance to CRLF instead of LF for last lines without newlines being broken by this revision. This tolerance was only partially supported and will be added again in a better way.
Wed, 23 Dec 2009 19:31:47 +0100 patch: fix eolmode=auto with new files
Patrick Mezard <pmezard@gmail.com> [Wed, 23 Dec 2009 19:31:47 +0100] rev 10127
patch: fix eolmode=auto with new files If target file does not exist or has no eol, current code was normalizing eols to LF. Preserve patch file eols instead.
Wed, 23 Dec 2009 19:18:03 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 23 Dec 2009 19:18:03 +0100] rev 10126
Merge with stable
Wed, 23 Dec 2009 17:46:48 +0000 tests highlight, keyword: load extensions with "ext ="
Christian Ebert <blacktrash@gmx.net> [Wed, 23 Dec 2009 17:46:48 +0000] rev 10125
tests highlight, keyword: load extensions with "ext ="
Wed, 23 Dec 2009 19:11:37 +0100 setup.py: keep Python 2.3 compatibility stable
Martin Geisler <mg@lazybytes.net> [Wed, 23 Dec 2009 19:11:37 +0100] rev 10124
setup.py: keep Python 2.3 compatibility Though we only support Python 2.4 or greater, we should keep setup.py compatible with earlier versions on the syntactic level. Otherwise people will simply get a SyntaxError when trying to install Mercurial with an old version of Python. With this change, the setup.py file can be imported with Python 2.3 and we then issue a friendly error message when we detect that Python is too old.
Wed, 23 Dec 2009 18:40:57 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 23 Dec 2009 18:40:57 +0100] rev 10123
Merge with stable
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip