Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 14:36:47 -0600] rev 9981
Merge with i18n
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:48:25 +0100] rev 9980
Merge with stable
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:47:25 +0100] rev 9979
i18n: hand-transplant change in
36760956f6d3
Martin Geisler <mg@lazybytes.net> [Sun, 29 Nov 2009 20:32:41 +0100] rev 9978
i18n-da: synchronized with
af5f99d8195e
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 30 Nov 2009 12:44:32 -0200] rev 9977
merge with i18n-stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 30 Nov 2009 12:36:24 -0200] rev 9976
i18n-pt_BR: added strings from crew
5b149c88d9e8
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 01 Dec 2009 01:43:46 +0100] rev 9975
backout experimental change from
777c1df76ef4
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 01 Dec 2009 01:08:16 +0100] rev 9974
context: parents() already filters nullid
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 01 Dec 2009 01:03:54 +0100] rev 9973
context: use key-sorting instead of tuples
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:43:54 +0100] rev 9972
Merge with stable
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:43:21 +0100] rev 9971
doc/Makefile: ensure C locale
The man pages can actually be translated by building them in a
different locale. However, the man pages contain internal links to
certain sections, and when the section titles are translated, the
links change too. So it is currently not recommended to build the man
pages in anything by the "C" locale.
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:15:45 +0100] rev 9970
commands: mark "ssh://" as inline literals in help texts
Patrick Mezard <pmezard@gmail.com> [Mon, 30 Nov 2009 23:39:58 +0100] rev 9969
test-rollback: fix reference to /bin/false (fails on OSX)
Martin Geisler <mg@lazybytes.net> [Mon, 30 Nov 2009 23:27:37 +0100] rev 9968
Merge with stable
Martin Geisler <mg@lazybytes.net> [Mon, 30 Nov 2009 23:12:51 +0100] rev 9967
schemes: fixed typos in module docstring
Alexander Solovyov <piranha@piranha.org.ua> [Tue, 24 Nov 2009 17:48:23 +0200] rev 9966
schemes extension
Martin Geisler <mg@lazybytes.net> [Mon, 30 Nov 2009 23:12:51 +0100] rev 9965
schemes: fixed typos in module docstring
Alexander Solovyov <piranha@piranha.org.ua> [Tue, 24 Nov 2009 17:48:23 +0200] rev 9964
schemes extension
Matt Mackall <mpm@selenic.com> [Mon, 30 Nov 2009 15:31:14 -0600] rev 9963
Merge with crew
Patrick Mezard <pmezard@gmail.com> [Mon, 30 Nov 2009 22:23:04 +0100] rev 9962
convert: better error on invalid repository type
Patrick Mezard <pmezard@gmail.com> [Mon, 30 Nov 2009 22:23:09 +0100] rev 9961
cmdutil: fix missing default 'extra' template
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sat, 28 Nov 2009 11:21:19 +0900] rev 9960
test blacklist: add inotify-failures target
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sat, 28 Nov 2009 10:25:09 +0900] rev 9959
run-tests: add a "--blacklist target" option to skip predefined test lists
Rely on a ConfigParser file, tests/blacklist, to define blacklist targets.
This allows exposing specific test suites for testing incomplete/particular
features, e.g. "run-tests.py --blacklist inotify-failures --inotify *"
Nicolas Dumazet <nicdumz.commits@gmail.com> [Tue, 17 Nov 2009 18:50:39 +0900] rev 9958
run-tests: add --inotify option to test runner
Activate inotify extension when running tests.
Sune Foldager <cryo@cyanite.org> [Mon, 30 Nov 2009 19:52:03 +0100] rev 9957
merge with stable
Sune Foldager <cryo@cyanite.org> [Mon, 30 Nov 2009 19:37:38 +0100] rev 9956
extdiff: respect --option in command aliases (
issue949)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 30 Nov 2009 16:53:05 +0100] rev 9955
merge with stable
Sune Foldager <cryo@cyanite.org> [Mon, 30 Nov 2009 14:58:52 +0100] rev 9954
fix bug in prepush logic involving merge changesets
When creating new branches and merging them into existing ones, you would
sometimes be able to push some changesets (the existing branches) without using
--force, even when that creates a new head on the remote.
A test which triggers the error has been added.
Martin Geisler <mg@lazybytes.net> [Sat, 28 Nov 2009 23:58:03 +0100] rev 9953
Merge with stable
timeless@mozdev.org [Sat, 28 Nov 2009 23:44:18 +0100] rev 9952
commands: add missing options in command line help