Mon, 30 Nov 2009 23:51:06 +0100 status: add the --change option to display files changed in a revision
Gilles Moris <gilles.moris@free.fr> [Mon, 30 Nov 2009 23:51:06 +0100] rev 10014
status: add the --change option to display files changed in a revision This option is similar to the one already used for the diff command. Unfortunately, the c and C short option are already used for status, so there is no corresponding short option. However, there is no short option for --rev either, so that's consistent.
Tue, 01 Dec 2009 09:53:02 +0900 run-tests: --inotify: use inotify.appendpid to append pids to $DAEMON_PIDS
Nicolas Dumazet <nicdumz.commits@gmail.com> [Tue, 01 Dec 2009 09:53:02 +0900] rev 10013
run-tests: --inotify: use inotify.appendpid to append pids to $DAEMON_PIDS Introduce a inotify.appendpid configuration possibility that appends pids to inotify.pidfile when set to True.
Tue, 01 Dec 2009 11:28:31 +0900 cmdutil: service: add appendpid parameter to append pids to pid file
Nicolas Dumazet <nicdumz.commits@gmail.com> [Tue, 01 Dec 2009 11:28:31 +0900] rev 10012
cmdutil: service: add appendpid parameter to append pids to pid file
Fri, 04 Dec 2009 17:43:01 +0100 changegroupsubset: readdelta() can be used if the previous rev is a parent
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 04 Dec 2009 17:43:01 +0100] rev 10011
changegroupsubset: readdelta() can be used if the previous rev is a parent
Fri, 04 Dec 2009 17:42:59 +0100 changegroupsubset: simplify parents pruning
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 04 Dec 2009 17:42:59 +0100] rev 10010
changegroupsubset: simplify parents pruning
Fri, 04 Dec 2009 15:36:13 +0100 shrink-revlog: improve performance: use changegroup instead of revisions
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 04 Dec 2009 15:36:13 +0100] rev 10009
shrink-revlog: improve performance: use changegroup instead of revisions Before: real 0m23.971s Now: real 0m4.229s The only case where the output would be different is if the newer hg was using a different diff algorithm than used originally.
Fri, 04 Dec 2009 07:52:30 +0100 Update win32 installer paths for bash and zsh scripts after move done in 68964567e406
Pascal Quantin <pascal.quantin@gmail.com> [Fri, 04 Dec 2009 07:52:30 +0100] rev 10008
Update win32 installer paths for bash and zsh scripts after move done in 68964567e406
Fri, 04 Dec 2009 12:48:23 +0100 rst2man: s/dont/don't/ in comment
Christian Ebert <blacktrash@gmx.net> [Fri, 04 Dec 2009 12:48:23 +0100] rev 10007
rst2man: s/dont/don't/ in comment
Fri, 04 Dec 2009 12:48:17 +0100 rst2man: separate inline blocks from previous paragraphs
Christian Ebert <blacktrash@gmx.net> [Fri, 04 Dec 2009 12:48:17 +0100] rev 10006
rst2man: separate inline blocks from previous paragraphs
Mon, 30 Nov 2009 21:54:34 +0100 setup: install some useful data files.
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Mon, 30 Nov 2009 21:54:34 +0100] rev 10005
setup: install some useful data files. The selection is somewhat arbitrary. In the case of the Zsh completion file, it will not conflict with the builtin Zsh completions: they are in a file named `_mercurial', not `_hg'.
Mon, 30 Nov 2009 23:10:21 +0200 color: add support for churn --diffstat
Alexander Solovyov <piranha@piranha.org.ua> [Mon, 30 Nov 2009 23:10:21 +0200] rev 10004
color: add support for churn --diffstat
Thu, 03 Dec 2009 22:54:33 +0100 Makefile: help/ was moved in f91e5630ce7e update paths to match
Martin Geisler <mg@lazybytes.net> [Thu, 03 Dec 2009 22:54:33 +0100] rev 10003
Makefile: help/ was moved in f91e5630ce7e update paths to match
Thu, 03 Dec 2009 22:34:51 +0100 Update win32 installer with changes from f91e5630ce7e
Pascal Quantin <pascal.quantin@gmail.com> [Thu, 03 Dec 2009 22:34:51 +0100] rev 10002
Update win32 installer with changes from f91e5630ce7e
Thu, 03 Dec 2009 22:37:49 +0100 doc: correct path to help files in Makefile
Christian Ebert <blacktrash@gmx.net> [Thu, 03 Dec 2009 22:37:49 +0100] rev 10001
doc: correct path to help files in Makefile
Thu, 03 Dec 2009 20:50:00 +0100 setup: cleanup coding style
Martin Geisler <mg@lazybytes.net> [Thu, 03 Dec 2009 20:50:00 +0100] rev 10000
setup: cleanup coding style
Tue, 01 Dec 2009 16:06:10 +0100 setup: install translation files as package data
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Tue, 01 Dec 2009 16:06:10 +0100] rev 9999
setup: install translation files as package data Remove the `install_package_data' subclass of `install_data' and use the `package_data' functionality provided by distutils instead. As package data must be located within the package directory, the data files are now generated in the build directory. To simplify the functionality of this change, the top-level `doc' and `templates' directories have been moved into the `mercurial' package directory.
Thu, 03 Dec 2009 20:41:43 +0100 setup: don't ship i18n directory
Martin Geisler <mg@lazybytes.net> [Thu, 03 Dec 2009 20:41:43 +0100] rev 9998
setup: don't ship i18n directory The directory was never actually used at runtime and other programs don't ship it either.
Thu, 03 Dec 2009 11:07:14 +0100 Merge with stable
Sune Foldager <cryo@cyanite.org> [Thu, 03 Dec 2009 11:07:14 +0100] rev 9997
Merge with stable
Thu, 03 Dec 2009 11:06:55 +0100 handle file URIs correctly, according to RFC 2396 (issue1153) stable
Sune Foldager <cryo@cyanite.org> [Thu, 03 Dec 2009 11:06:55 +0100] rev 9996
handle file URIs correctly, according to RFC 2396 (issue1153) The new code aims to implement the RFC correctly for file URIs. Previously they were handled incorrectly in several ways, which could cause problem on Windows in particular.
Thu, 03 Dec 2009 11:06:44 +0100 transplant: fix small bug when a patch fails while using --filter stable
Sune Foldager <cryo@cyanite.org> [Thu, 03 Dec 2009 11:06:44 +0100] rev 9995
transplant: fix small bug when a patch fails while using --filter
Thu, 03 Dec 2009 06:35:39 +0100 Merge with stable
Henrik Stuart <hg@hstuart.dk> [Thu, 03 Dec 2009 06:35:39 +0100] rev 9994
Merge with stable
Thu, 03 Dec 2009 14:14:44 +0900 alias: do not crash when aliased command has no usage help text stable
Nicolas Dumazet <nicdumz.commits@gmail.com> [Thu, 03 Dec 2009 14:14:44 +0900] rev 9993
alias: do not crash when aliased command has no usage help text
Thu, 03 Dec 2009 01:06:15 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Thu, 03 Dec 2009 01:06:15 +0100] rev 9992
Merge with stable
Thu, 03 Dec 2009 01:01:49 +0100 revlog: add fast path to ancestor
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 03 Dec 2009 01:01:49 +0100] rev 9991
revlog: add fast path to ancestor
Tue, 01 Dec 2009 16:19:53 -0500 share: add a test script.
Greg Ward <greg-hg@gerg.ca> [Tue, 01 Dec 2009 16:19:53 -0500] rev 9990
share: add a test script.
Wed, 02 Dec 2009 14:30:39 +0200 hgk: do not ignore ---/+++ lines in diff stable
Fabian Kreutz <project+hg@fabian-kreutz.de> [Wed, 02 Dec 2009 14:30:39 +0200] rev 9989
hgk: do not ignore ---/+++ lines in diff
Tue, 01 Dec 2009 20:10:31 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 20:10:31 -0600] rev 9988
Merge with stable
Tue, 01 Dec 2009 19:30:49 -0600 Added signature for changeset 439d7ea6fe3a stable
Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 19:30:49 -0600] rev 9987
Added signature for changeset 439d7ea6fe3a
Tue, 01 Dec 2009 19:30:49 -0600 Added tag 1.4.1 for changeset 439d7ea6fe3a stable
Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 19:30:49 -0600] rev 9986
Added tag 1.4.1 for changeset 439d7ea6fe3a
Tue, 01 Dec 2009 19:30:30 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 19:30:30 -0600] rev 9985
Merge with stable
Tue, 01 Dec 2009 19:28:15 -0600 share: fix interaction with clone stable 1.4.1
Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 19:28:15 -0600] rev 9984
share: fix interaction with clone
Tue, 01 Dec 2009 14:37:57 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 14:37:57 -0600] rev 9983
Merge with crew
Tue, 01 Dec 2009 14:37:33 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 14:37:33 -0600] rev 9982
Merge with stable
Tue, 01 Dec 2009 14:36:47 -0600 Merge with i18n stable
Matt Mackall <mpm@selenic.com> [Tue, 01 Dec 2009 14:36:47 -0600] rev 9981
Merge with i18n
Tue, 01 Dec 2009 00:48:25 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:48:25 +0100] rev 9980
Merge with stable
Tue, 01 Dec 2009 00:47:25 +0100 i18n: hand-transplant change in 36760956f6d3 stable
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:47:25 +0100] rev 9979
i18n: hand-transplant change in 36760956f6d3
Sun, 29 Nov 2009 20:32:41 +0100 i18n-da: synchronized with af5f99d8195e
Martin Geisler <mg@lazybytes.net> [Sun, 29 Nov 2009 20:32:41 +0100] rev 9978
i18n-da: synchronized with af5f99d8195e
Mon, 30 Nov 2009 12:44:32 -0200 merge with i18n-stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 30 Nov 2009 12:44:32 -0200] rev 9977
merge with i18n-stable
Mon, 30 Nov 2009 12:36:24 -0200 i18n-pt_BR: added strings from crew 5b149c88d9e8 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
Tue, 01 Dec 2009 01:43:46 +0100 backout experimental change from 777c1df76ef4
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 01 Dec 2009 01:43:46 +0100] rev 9975
backout experimental change from 777c1df76ef4
Tue, 01 Dec 2009 01:08:16 +0100 context: parents() already filters nullid
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 01 Dec 2009 01:08:16 +0100] rev 9974
context: parents() already filters nullid
Tue, 01 Dec 2009 01:03:54 +0100 context: use key-sorting instead of tuples
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 01 Dec 2009 01:03:54 +0100] rev 9973
context: use key-sorting instead of tuples
Tue, 01 Dec 2009 00:43:54 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:43:54 +0100] rev 9972
Merge with stable
Tue, 01 Dec 2009 00:43:21 +0100 doc/Makefile: ensure C locale 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.
Tue, 01 Dec 2009 00:15:45 +0100 commands: mark "ssh://" as inline literals in help texts stable
Martin Geisler <mg@lazybytes.net> [Tue, 01 Dec 2009 00:15:45 +0100] rev 9970
commands: mark "ssh://" as inline literals in help texts
Mon, 30 Nov 2009 23:39:58 +0100 test-rollback: fix reference to /bin/false (fails on OSX)
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)
Mon, 30 Nov 2009 23:27:37 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Mon, 30 Nov 2009 23:27:37 +0100] rev 9968
Merge with stable
Mon, 30 Nov 2009 23:12:51 +0100 schemes: fixed typos in module docstring stable
Martin Geisler <mg@lazybytes.net> [Mon, 30 Nov 2009 23:12:51 +0100] rev 9967
schemes: fixed typos in module docstring
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip