Robert Bachmann <rbachm@gmail.com> [Wed, 30 Dec 2009 02:44:37 +0100] rev 10161
Added RelaxNG schema for hg log XML output format
Robert Bachmann <rbachm@gmail.com> [Wed, 30 Dec 2009 02:41:19 +0100] rev 10160
Bugfix and test for hg log XML output
Robert Bachmann <rbachm@gmail.com> [Wed, 30 Dec 2009 02:38:53 +0100] rev 10159
Added output of "extras" to hg log XML output
Matt Mackall <mpm@selenic.com> [Tue, 29 Dec 2009 16:16:25 -0600] rev 10158
Merge with stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 29 Dec 2009 19:02:26 -0200] rev 10157
run-tests.py: clears http_proxy for all tests
Steve Borho <steve@borho.org> [Tue, 29 Dec 2009 23:59:41 -0600] rev 10156
windows: expand environment vars in find_exe
This allows us to use ${ProgramFiles} in our [merge-tools] sections so
we can provide locale safe program paths.
Matt Mackall <mpm@selenic.com> [Tue, 29 Dec 2009 16:16:25 -0600] rev 10155
Merge with stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 29 Dec 2009 19:02:26 -0200] rev 10154
run-tests.py: clears http_proxy for all tests
Robert Bachmann <rbachm@gmail.com> [Mon, 28 Dec 2009 16:48:57 +0100] rev 10153
Added XML output for hg log
The XML format is based on the one used by Subversion.
Currently the closing "</log>" tag is not written, since cmdutil.py does not support the "footer" template variable.
Robert Bachmann <rbachm@gmail.com> [Mon, 28 Dec 2009 17:55:52 +0100] rev 10152
Added support for templatevar "footer" to cmdutil.py
Patrick Mezard <pmezard@gmail.com> [Tue, 29 Dec 2009 16:00:38 +0100] rev 10151
patch: make git diffline generation more explicit
Patrick Mezard <pmezard@gmail.com> [Tue, 29 Dec 2009 16:00:29 +0100] rev 10150
mq: untangle git patch detection
Patrick Mezard <pmezard@gmail.com> [Tue, 29 Dec 2009 16:00:24 +0100] rev 10149
test-mq: better tests delimitation
Patrick Mezard <pmezard@gmail.com> [Tue, 29 Dec 2009 01:32:40 +0100] rev 10148
Merge with crew-stable