Wed, 01 Jul 2009 10:19:40 -0400 extensions: remove unused imports
Brodie Rao <me+hg@dackz.net> [Wed, 01 Jul 2009 10:19:40 -0400] rev 9015
extensions: remove unused imports
Fri, 26 Jun 2009 14:42:05 +0200 test python hook configured with python:[file]:[hook] syntax
Henri Wiechers <hwiechers@gmail.com> [Fri, 26 Jun 2009 14:42:05 +0200] rev 9014
test python hook configured with python:[file]:[hook] syntax Adds a test for python hooks configured with python:[file]:[hook] syntax in .hgrc. Increases the test coverage for mercurial/hook from 92% (79/85) to 96% (82/85).
Mon, 29 Jun 2009 23:46:28 +0200 keyword: break overlong line
Christian Ebert <blacktrash@gmx.net> [Mon, 29 Jun 2009 23:46:28 +0200] rev 9013
keyword: break overlong line
Wed, 01 Jul 2009 23:15:26 +0200 bisect: fix format specifiers for integers
Cédric Duval <cedricduval@free.fr> [Wed, 01 Jul 2009 23:15:26 +0200] rev 9012
bisect: fix format specifiers for integers
Wed, 01 Jul 2009 16:47:46 -0500 Added signature for changeset 196d40e7c885
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 16:47:46 -0500] rev 9011
Added signature for changeset 196d40e7c885
Wed, 01 Jul 2009 16:47:42 -0500 Added tag 1.3 for changeset 196d40e7c885
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 16:47:42 -0500] rev 9010
Added tag 1.3 for changeset 196d40e7c885
Wed, 01 Jul 2009 13:57:01 -0500 Merge with i18n 1.3
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 13:57:01 -0500] rev 9009
Merge with i18n
Wed, 01 Jul 2009 08:51:22 -0300 i18n-pt_BR: synchronized with 59bb11a97fe5
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 01 Jul 2009 08:51:22 -0300] rev 9008
i18n-pt_BR: synchronized with 59bb11a97fe5
Wed, 01 Jul 2009 18:08:37 +0900 i18n-jp: translation update for 09c6735e3880
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Wed, 01 Jul 2009 18:08:37 +0900] rev 9007
i18n-jp: translation update for 09c6735e3880
Wed, 01 Jul 2009 08:45:12 +0200 i18n-fr: translation of part of the mq extension
Cédric Duval <cedricduval@free.fr> [Wed, 01 Jul 2009 08:45:12 +0200] rev 9006
i18n-fr: translation of part of the mq extension
Wed, 01 Jul 2009 07:29:39 +0200 i18n-fr: translation of the zeroconf extension
Cédric Duval <cedricduval@free.fr> [Wed, 01 Jul 2009 07:29:39 +0200] rev 9005
i18n-fr: translation of the zeroconf extension
Wed, 01 Jul 2009 07:21:10 +0200 i18n-fr: translation of the purge extension
Cédric Duval <cedricduval@free.fr> [Wed, 01 Jul 2009 07:21:10 +0200] rev 9004
i18n-fr: translation of the purge extension
Wed, 01 Jul 2009 07:15:28 +0200 i18n-fr: translation of the parentrevspec extension
Cédric Duval <cedricduval@free.fr> [Wed, 01 Jul 2009 07:15:28 +0200] rev 9003
i18n-fr: translation of the parentrevspec extension
Wed, 01 Jul 2009 07:09:44 +0200 i18n-fr: synchronized with 7d39c76be4ee
Cédric Duval <cedricduval@free.fr> [Wed, 01 Jul 2009 07:09:44 +0200] rev 9002
i18n-fr: synchronized with 7d39c76be4ee
Tue, 30 Jun 2009 23:30:52 +0200 i18n-da: synchronized with 09c6735e3880
Martin Geisler <mg@lazybytes.net> [Tue, 30 Jun 2009 23:30:52 +0200] rev 9001
i18n-da: synchronized with 09c6735e3880
Tue, 30 Jun 2009 23:17:57 +0200 Merge with mpm
Martin Geisler <mg@lazybytes.net> [Tue, 30 Jun 2009 23:17:57 +0200] rev 9000
Merge with mpm
Tue, 30 Jun 2009 23:16:38 +0200 i18n-da: use "lap" instead of "rettelse"
Martin Geisler <mg@lazybytes.net> [Tue, 30 Jun 2009 23:16:38 +0200] rev 8999
i18n-da: use "lap" instead of "rettelse"
Tue, 30 Jun 2009 20:25:21 +0200 i18n-da: translated many one-liners
Martin Geisler <mg@lazybytes.net> [Tue, 30 Jun 2009 20:25:21 +0200] rev 8998
i18n-da: translated many one-liners
Wed, 01 Jul 2009 13:55:24 -0500 subrepo: audit subrepo paths
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 13:55:24 -0500] rev 8997
subrepo: audit subrepo paths
Tue, 30 Jun 2009 11:30:03 +0200 keyword: make repo.commit use a custom commitctx wrapper
Christian Ebert <blacktrash@gmx.net> [Tue, 30 Jun 2009 11:30:03 +0200] rev 8996
keyword: make repo.commit use a custom commitctx wrapper This avoids forcing the dirstate of overwritten files to normal during a commit. Thanks to Dan Villiom Podlaski Christiansen for the idea of a "double wrapper", so other extensions can still wrap repo.commitctx safely.
Wed, 01 Jul 2009 01:16:19 -0500 commit: lose some pointless 'nothing changed' messages
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 01:16:19 -0500] rev 8995
commit: lose some pointless 'nothing changed' messages Move message from localrepo to commands. This drops confusing messages in subrepo, import, and rebase.
Wed, 01 Jul 2009 01:05:24 -0500 commit: report modified subrepos in commit editor
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 01:05:24 -0500] rev 8994
commit: report modified subrepos in commit editor
Wed, 01 Jul 2009 00:41:14 -0500 verify: demote warning about nullid in copy to note
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 00:41:14 -0500] rev 8993
verify: demote warning about nullid in copy to note
Wed, 01 Jul 2009 00:35:59 -0500 help: add more pointers to commit --close-branch
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 00:35:59 -0500] rev 8992
help: add more pointers to commit --close-branch
Wed, 01 Jul 2009 00:31:59 -0500 branches: add --closed flag for consistency with heads
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 00:31:59 -0500] rev 8991
branches: add --closed flag for consistency with heads
Tue, 30 Jun 2009 23:25:53 -0500 addremove: build lists of already added and removed files too (issue1696)
Matt Mackall <mpm@selenic.com> [Tue, 30 Jun 2009 23:25:53 -0500] rev 8990
addremove: build lists of already added and removed files too (issue1696)
Tue, 30 Jun 2009 16:11:42 -0500 addremove: pass unknown and deleted to findrenames directly again
Matt Mackall <mpm@selenic.com> [Tue, 30 Jun 2009 16:11:42 -0500] rev 8989
addremove: pass unknown and deleted to findrenames directly again
Tue, 30 Jun 2009 15:56:08 -0500 addremove: normalize some variable names
Matt Mackall <mpm@selenic.com> [Tue, 30 Jun 2009 15:56:08 -0500] rev 8988
addremove: normalize some variable names
Mon, 29 Jun 2009 15:34:17 -0500 findrenames: drop unused argument defaults
Matt Mackall <mpm@selenic.com> [Mon, 29 Jun 2009 15:34:17 -0500] rev 8987
findrenames: drop unused argument defaults
Tue, 30 Jun 2009 19:23:50 -0700 zsh completion: update bisect for builtin syntax
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 19:23:50 -0700] rev 8986
zsh completion: update bisect for builtin syntax
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip