Tue, 07 Jul 2009 23:54:42 +0200 extdiff: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:42 +0200] rev 9059
extdiff: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:54:42 +0200 convert: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:42 +0200] rev 9058
convert: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:54:42 +0200 color: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:42 +0200] rev 9057
color: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:54:42 +0200 churn: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:42 +0200] rev 9056
churn: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:54:42 +0200 children: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:42 +0200] rev 9055
children: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:54:42 +0200 bugzilla: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:42 +0200] rev 9054
bugzilla: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:54:42 +0200 bookmarks: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:42 +0200] rev 9053
bookmarks: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:54:42 +0200 acl: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:42 +0200] rev 9052
acl: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:54:30 +0200 commands: wrapped docstrings at 78 characters
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:54:30 +0200] rev 9051
commands: wrapped docstrings at 78 characters We have always had a left margin of 4 characters -- probably just because that's how docstrings for top-level functions turn out by default, but it also looks nice in the built-in help. The docstrings were wrapped at 70 characters, which is the default for Emacs. However, this gives a right margin of 10 characters in a standard 80 character terminal. I've now wrapped the relevant docstrings at 78 characters, effectively killing the right margin. The asymmetric margins looked a bit odd and some of the text looked cramped with a right margin, so Dirkjan and I felt that it was best to remove it entirely. The two character gap was kept to have some space between the border of the terminal -- it will also make diffs involving the docstrings fit in a 80 character line.
Tue, 07 Jul 2009 23:30:48 +0200 extdiff: fix indentation and use gettext
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 23:30:48 +0200] rev 9050
extdiff: fix indentation and use gettext
Tue, 07 Jul 2009 17:26:20 +0200 filemerge, subrepo: correct indention
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 17:26:20 +0200] rev 9049
filemerge, subrepo: correct indention
Sun, 21 Jun 2009 01:13:19 +0200 ui: extract choice from prompt
Simon Heimberg <simohe@besonet.ch> [Sun, 21 Jun 2009 01:13:19 +0200] rev 9048
ui: extract choice from prompt avoid translating single characters (as l for _local or sym_link)
Sun, 05 Jul 2009 17:09:01 +0200 patchbomb: use local time for the Date: header
Cédric Duval <cedricduval@free.fr> [Sun, 05 Jul 2009 17:09:01 +0200] rev 9047
patchbomb: use local time for the Date: header
Sun, 05 Jul 2009 16:42:10 +0200 patchbomb: fix From_ in the message's envelope
Cédric Duval <cedricduval@free.fr> [Sun, 05 Jul 2009 16:42:10 +0200] rev 9046
patchbomb: fix From_ in the message's envelope Localized date in the From_ prevents MUAs like mutt from parsing mbox files generated by patchbomb. Using a 24 characters date in asctime format instead.
Tue, 07 Jul 2009 14:20:58 +0200 merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Tue, 07 Jul 2009 14:20:58 +0200] rev 9045
merge with crew-stable
Tue, 07 Jul 2009 01:25:44 +0200 Bourne shells do not maintain $PWD; update tests accordingly
David Champion <dgc@uchicago.edu> [Tue, 07 Jul 2009 01:25:44 +0200] rev 9044
Bourne shells do not maintain $PWD; update tests accordingly
Sun, 05 Jul 2009 18:52:55 -0400 tests: remove more instances of export FOO=bar bashism
Brodie Rao <me+hg@dackz.net> [Sun, 05 Jul 2009 18:52:55 -0400] rev 9043
tests: remove more instances of export FOO=bar bashism
Sun, 05 Jul 2009 18:52:55 -0400 tests: remove more instances of export FOO=bar bashism
Brodie Rao <me+hg@dackz.net> [Sun, 05 Jul 2009 18:52:55 -0400] rev 9042
tests: remove more instances of export FOO=bar bashism
Sun, 05 Jul 2009 13:59:25 -0500 test-gpg: suppress secure memory warning
David Champion <dgc@uchicago.edu> [Sun, 05 Jul 2009 13:59:25 -0500] rev 9041
test-gpg: suppress secure memory warning Some platforms (Solaris for one) does not support secure memory and would give a warning.
Sun, 05 Jul 2009 13:58:37 -0500 test: fix for compatibilty with true Bourne /bin/sh
David Champion <dgc@uchicago.edu> [Sun, 05 Jul 2009 13:58:37 -0500] rev 9040
test: fix for compatibilty with true Bourne /bin/sh 'export foo=bar' is an extension, replaced with 'foo=bar; export foo'
Sun, 05 Jul 2009 12:50:14 +0200 p4: simplify sort key
Martin Geisler <mg@lazybytes.net> [Sun, 05 Jul 2009 12:50:14 +0200] rev 9039
p4: simplify sort key
Sun, 05 Jul 2009 12:43:40 +0200 localrepo: removed unnecessary revkey sort helper
Martin Geisler <mg@lazybytes.net> [Sun, 05 Jul 2009 12:43:40 +0200] rev 9038
localrepo: removed unnecessary revkey sort helper
Sun, 05 Jul 2009 11:06:41 +0200 compat: remove unnecessary diamond-shaped multiple inheritance
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:06:41 +0200] rev 9037
compat: remove unnecessary diamond-shaped multiple inheritance
Sun, 05 Jul 2009 11:06:09 +0200 split local and stdlib module imports (eases migration issues)
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:06:09 +0200] rev 9036
split local and stdlib module imports (eases migration issues)
Sun, 05 Jul 2009 11:05:31 +0200 compat: don't reference an exception var inside a lambda
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:05:31 +0200] rev 9035
compat: don't reference an exception var inside a lambda
Sun, 05 Jul 2009 11:04:55 +0200 compat: use email in favor of mimetools
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:04:55 +0200] rev 9034
compat: use email in favor of mimetools
Sun, 05 Jul 2009 11:04:31 +0200 verify: fix scope issues with del statement
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:04:31 +0200] rev 9033
verify: fix scope issues with del statement
Sun, 05 Jul 2009 11:02:00 +0200 compat: use 'key' argument instead of 'cmp' when sorting a list
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:02:00 +0200] rev 9032
compat: use 'key' argument instead of 'cmp' when sorting a list
Sun, 05 Jul 2009 11:01:30 +0200 compat: use open() instead of file() everywhere
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:01:30 +0200] rev 9031
compat: use open() instead of file() everywhere
Sun, 05 Jul 2009 11:01:01 +0200 compat: can't compare two values of unequal datatypes
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:01:01 +0200] rev 9030
compat: can't compare two values of unequal datatypes
Sun, 05 Jul 2009 11:00:44 +0200 compat: use // for integer division
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 11:00:44 +0200] rev 9029
compat: use // for integer division
Sun, 05 Jul 2009 10:59:54 +0200 tests: add -3 switch to run-tests.py
Alejandro Santos <alejolp@alejolp.com> [Sun, 05 Jul 2009 10:59:54 +0200] rev 9028
tests: add -3 switch to run-tests.py
Sat, 04 Jul 2009 15:26:14 +0200 keyword: remove unused import
Christian Ebert <blacktrash@gmx.net> [Sat, 04 Jul 2009 15:26:14 +0200] rev 9027
keyword: remove unused import
Sat, 04 Jul 2009 13:31:36 +0200 merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Sat, 04 Jul 2009 13:31:36 +0200] rev 9026
merge with crew-stable
Sat, 04 Jul 2009 12:40:34 +0200 help: add #revision syntax to the example valid URLs.
David Wolever <wolever@cs.toronto.edu> [Sat, 04 Jul 2009 12:40:34 +0200] rev 9025
help: add #revision syntax to the example valid URLs.
Fri, 03 Jul 2009 10:43:46 -0400 context: improve arg-checking assert.
Greg Ward <greg@gerg.ca> [Fri, 03 Jul 2009 10:43:46 -0400] rev 9024
context: improve arg-checking assert.
Sat, 04 Jul 2009 12:40:34 +0200 help: add #revision syntax to the example valid URLs.
David Wolever <wolever@cs.toronto.edu> [Sat, 04 Jul 2009 12:40:34 +0200] rev 9023
help: add #revision syntax to the example valid URLs.
Sat, 04 Jul 2009 12:25:10 +0200 merge wtih crew-stable
Martin Geisler <mg@lazybytes.net> [Sat, 04 Jul 2009 12:25:10 +0200] rev 9022
merge wtih crew-stable
Sat, 04 Jul 2009 12:12:36 +0200 gendoc: fix localization of help topic
Cédric Duval <cedricduval@free.fr> [Sat, 04 Jul 2009 12:12:36 +0200] rev 9021
gendoc: fix localization of help topic When a topic provides a callable method for its text, most likely this text will be generated from different parts, so it does not make sense to apply gettext on the whole result, rather the method should provide translation by itself. This is the case with the extensions topic, which triggers a double gettext call, making the ASCII codec fail when it encounters 8 bit characters, and prevents the documentation from being built.
Sat, 04 Jul 2009 12:06:33 +0200 extensions: remove dead code
Cédric Duval <cedricduval@free.fr> [Sat, 04 Jul 2009 12:06:33 +0200] rev 9020
extensions: remove dead code enabled used to be a boolean, and somehow that bit of code inadvertently slipped through during a refactoring. Effectively dead code, as the condition can never be triggered.
Thu, 02 Jul 2009 20:03:58 +0200 merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Thu, 02 Jul 2009 20:03:58 +0200] rev 9019
merge with crew-stable
Thu, 02 Jul 2009 19:53:20 +0200 acl: read correct index into url for username (issue298)
Henrik Stuart <hg@hstuart.dk> [Thu, 02 Jul 2009 19:53:20 +0200] rev 9018
acl: read correct index into url for username (issue298) The index was inadvertedly off-by-one causing the username to be the remote host rather than the remote user when hosted in a http(s) session.
Sat, 27 Jun 2009 13:09:11 +0200 color: don't highlight the summary part of the qseries command
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Sat, 27 Jun 2009 13:09:11 +0200] rev 9017
color: don't highlight the summary part of the qseries command
Sat, 27 Jun 2009 15:28:44 +0200 mq: align columns in verbose qseries output.
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Sat, 27 Jun 2009 15:28:44 +0200] rev 9016
mq: align columns in verbose qseries output.
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
Tue, 30 Jun 2009 18:47:16 -0700 zsh completion: add hg branch
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 18:47:16 -0700] rev 8985
zsh completion: add hg branch
Tue, 30 Jun 2009 18:45:09 -0700 zsh completion: add hg branches
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 18:45:09 -0700] rev 8984
zsh completion: add hg branches
Tue, 30 Jun 2009 18:41:43 -0700 zsh completion: basic merge support
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 18:41:43 -0700] rev 8983
zsh completion: basic merge support
Tue, 30 Jun 2009 17:58:17 -0400 zsh completion: disable defaults and verbose output when completing
Brodie Rao <me+hg@dackz.net> [Tue, 30 Jun 2009 17:58:17 -0400] rev 8982
zsh completion: disable defaults and verbose output when completing If ui.verbose is set to True in hgrc, commands used to provide completions would yield bad results. For example, qpush completion would include the patch numbers and statuses as returned by qunapplied -v, instead of just the patch names. Defaults are also disabled when completing to prevent similar issues when an option is set that changes a command's output.
Tue, 30 Jun 2009 23:40:03 +0200 Merge with mpm
Martin Geisler <mg@lazybytes.net> [Tue, 30 Jun 2009 23:40:03 +0200] rev 8981
Merge with mpm
Tue, 30 Jun 2009 14:31:16 -0700 zsh completion: include guarded patches in qdelete
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 14:31:16 -0700] rev 8980
zsh completion: include guarded patches in qdelete
Tue, 30 Jun 2009 12:32:30 -0500 Merge with i18n
Matt Mackall <mpm@selenic.com> [Tue, 30 Jun 2009 12:32:30 -0500] rev 8979
Merge with i18n
Fri, 26 Jun 2009 09:44:35 -0300 i18n-pt_BR: synchronized with eac360045ba4
Wagner Bruna <wbruna@yahoo.com> [Fri, 26 Jun 2009 09:44:35 -0300] rev 8978
i18n-pt_BR: synchronized with eac360045ba4
Sun, 28 Jun 2009 23:44:24 +0200 i18n-fr: translation of the extensions help topic
Cédric Duval <cedricduval@free.fr> [Sun, 28 Jun 2009 23:44:24 +0200] rev 8977
i18n-fr: translation of the extensions help topic
Sun, 28 Jun 2009 22:58:58 +0200 i18n-fr: translation of help screen strings
Cédric Duval <cedricduval@free.fr> [Sun, 28 Jun 2009 22:58:58 +0200] rev 8976
i18n-fr: translation of help screen strings
Sun, 28 Jun 2009 21:31:49 +0200 i18n-fr: translation of the patchbomb extension
Cédric Duval <cedricduval@free.fr> [Sun, 28 Jun 2009 21:31:49 +0200] rev 8975
i18n-fr: translation of the patchbomb extension
Sun, 28 Jun 2009 20:35:38 +0200 i18n-fr: add a glossary and recommendations
Cédric Duval <cedricduval@free.fr> [Sun, 28 Jun 2009 20:35:38 +0200] rev 8974
i18n-fr: add a glossary and recommendations
Tue, 26 May 2009 23:46:15 +0200 i18n: add French translation file
Cédric Duval <cedricduval@free.fr> [Tue, 26 May 2009 23:46:15 +0200] rev 8973
i18n: add French translation file
Sun, 28 Jun 2009 22:24:33 +0900 i18n-jp: translation update for 288ba6d6c5c7
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sun, 28 Jun 2009 22:24:33 +0900] rev 8972
i18n-jp: translation update for 288ba6d6c5c7 this revision consists of contribution by: Muraoka Yusuke<yusuke.muraoka@gmail.com> Tadashi Jokagi <elf@elf.no-ip.org> UENISHI Kota <kuenishi@gmail.com> Yuki KODAMA <endflow.net@gmail.com> FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Sat, 27 Jun 2009 13:42:40 +0200 i18n-da: translated 50%
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 13:42:40 +0200] rev 8971
i18n-da: translated 50% This change translates many of the strings from the convert, inotify, fetch, gpg, and transplant extensions.
Sat, 27 Jun 2009 12:31:41 +0200 convert: do not ask for translation of "%s %s"
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 12:31:41 +0200] rev 8970
convert: do not ask for translation of "%s %s"
Sat, 27 Jun 2009 12:21:26 +0200 i18n-da: translated cmdline help strings
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 12:21:26 +0200] rev 8969
i18n-da: translated cmdline help strings
Wed, 24 Jun 2009 20:57:39 +0200 i18n-da: translated log and some mq commands
Martin Geisler <mg@lazybytes.net> [Wed, 24 Jun 2009 20:57:39 +0200] rev 8968
i18n-da: translated log and some mq commands
Wed, 24 Jun 2009 18:31:46 +0200 i18n-da: change "arkiv" to "depot"
Martin Geisler <mg@lazybytes.net> [Wed, 24 Jun 2009 18:31:46 +0200] rev 8967
i18n-da: change "arkiv" to "depot"
Wed, 24 Jun 2009 17:45:43 +0200 i18n-da: sync with 288ba6d6c5c7
Martin Geisler <mg@lazybytes.net> [Wed, 24 Jun 2009 17:45:43 +0200] rev 8966
i18n-da: sync with 288ba6d6c5c7
Wed, 24 Jun 2009 10:21:59 +0800 i18n-zh: sync with 288ba6d6c5c7(2009-06-24 04:43:09+08:00)
Dongsheng Song <songdongsheng@live.cn> [Wed, 24 Jun 2009 10:21:59 +0800] rev 8965
i18n-zh: sync with 288ba6d6c5c7(2009-06-24 04:43:09+08:00)
Mon, 29 Jun 2009 19:28:54 +0200 extensions: catch OSError when hgext is not accessible (issue1708)
Cédric Duval <cedricduval@free.fr> [Mon, 29 Jun 2009 19:28:54 +0200] rev 8964
extensions: catch OSError when hgext is not accessible (issue1708) Temporary workaround for issue1708: on win32 with py2exe, hgext is distributed inside a zipped file (which anyway does not contain the py files from which we ought to extract the documentation strings), which raises a WindowsError (subclasses OSError). This means that on such platforms the list of disabled extensions won't be available. Real fix postponed for after Mercurial 1.3.
Wed, 06 May 2009 16:27:50 -0400 color: wrap qdiff/qseries after all extensions are loaded
Brodie Rao <me+hg@dackz.net> [Wed, 06 May 2009 16:27:50 -0400] rev 8963
color: wrap qdiff/qseries after all extensions are loaded
Sun, 28 Jun 2009 16:03:10 -0400 atom: use urlescape in filelog's file link
Brodie Rao <me+hg@dackz.net> [Sun, 28 Jun 2009 16:03:10 -0400] rev 8962
atom: use urlescape in filelog's file link
Mon, 29 Jun 2009 09:32:06 -0700 Relicense zsh completion script under zsh license.
Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 09:32:06 -0700] rev 8961
Relicense zsh completion script under zsh license. Steve agreed some time ago.
Mon, 29 Jun 2009 09:00:37 -0700 Merge with crew
Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 09:00:37 -0700] rev 8960
Merge with crew
Mon, 29 Jun 2009 09:00:26 -0700 Update test output for e67e5b60e55f
Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 09:00:26 -0700] rev 8959
Update test output for e67e5b60e55f
Sun, 28 Jun 2009 13:56:34 +0200 commands: improve bundle compression methods description
Stefano Mioli <jstevie@gmail.com> [Sun, 28 Jun 2009 13:56:34 +0200] rev 8958
commands: improve bundle compression methods description
Sun, 28 Jun 2009 16:23:23 +0200 keyword: improve help for kwfiles
Christian Ebert <blacktrash@gmx.net> [Sun, 28 Jun 2009 16:23:23 +0200] rev 8957
keyword: improve help for kwfiles - just use "files" instead of "filenames" (analogous to "hg status -h") - reference the extension help wrt pattern configuration Kudos to timeless for helpful suggestions.
Sun, 28 Jun 2009 16:11:27 +0200 keyword: lowercase status flags of untracked files in kwfile output
Christian Ebert <blacktrash@gmx.net> [Sun, 28 Jun 2009 16:11:27 +0200] rev 8956
keyword: lowercase status flags of untracked files in kwfile output Document the flags and their meanings in the command help (thanks to timeless for bringing this to my attention).
Mon, 29 Jun 2009 08:48:05 -0700 help: branch heads have no descendants, not no children
Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 08:48:05 -0700] rev 8955
help: branch heads have no descendants, not no children
Mon, 29 Jun 2009 00:54:23 -0700 Branch heads should not include "heads" that are ancestors of other heads.
Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 00:54:23 -0700] rev 8954
Branch heads should not include "heads" that are ancestors of other heads. For example, given 1 (branch a) -> 2 (branch b) -> 3 (branch a) I expect "hg heads a" to show only 3. Discovered by running hg heads HEAD on the mutt repo, where older clients committed default on top of HEAD.
Sun, 28 Jun 2009 19:31:16 +0900 inotify: server: remove wpath method
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sun, 28 Jun 2009 19:31:16 +0900] rev 8953
inotify: server: remove wpath method Only called once. And can be simplified to an easy oneliner.
Sun, 21 Jun 2009 18:11:19 +0200 inotify: return version to client even when not matching
Simon Heimberg <simohe@besonet.ch> [Sun, 21 Jun 2009 18:11:19 +0200] rev 8952
inotify: return version to client even when not matching Old clients are expecting a version string even in case of mismatch, otherwise they get stuck.
Thu, 25 Jun 2009 22:43:58 +0200 windows: fix use of undefined exception (issue1707)
Henrik Stuart <hg@hstuart.dk> [Thu, 25 Jun 2009 22:43:58 +0200] rev 8951
windows: fix use of undefined exception (issue1707) This fixes the implied reliance on pywin32 and the win32 module. This also fixes a regression in ae275ad46bd0 that made Mercurial unusable without pywin32.
Sat, 27 Jun 2009 13:05:25 +0200 keyword: improve help for kwfiles
Christian Ebert <blacktrash@gmx.net> [Sat, 27 Jun 2009 13:05:25 +0200] rev 8950
keyword: improve help for kwfiles
Sat, 27 Jun 2009 13:08:07 +0200 highlight: remove author name from docstring
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 13:08:07 +0200] rev 8949
highlight: remove author name from docstring I don't feel this should be part of the documentation. The name of the original author can of course still be found with 'hg log'.
Sat, 27 Jun 2009 12:13:40 +0200 mq: standardize qfinish cmdline help string
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 12:13:40 +0200] rev 8948
mq: standardize qfinish cmdline help string
Sat, 27 Jun 2009 12:05:01 +0200 inotify: OPT -> OPTION in cmdline help string
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 12:05:01 +0200] rev 8947
inotify: OPT -> OPTION in cmdline help string
Sat, 27 Jun 2009 12:03:48 +0200 hgk: standardize cmdline help strings
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 12:03:48 +0200] rev 8946
hgk: standardize cmdline help strings
Thu, 25 Jun 2009 09:23:33 -0400 color: don't blow up if configured with unknown color (just warn).
Greg Ward <greg-hg@gerg.ca> [Thu, 25 Jun 2009 09:23:33 -0400] rev 8945
color: don't blow up if configured with unknown color (just warn).
Wed, 24 Jun 2009 19:20:59 +0200 bookmarks: Change references to "repo" by references to "self" (issue1611)
Isaac Jurado <diptongo@gmail.com> [Wed, 24 Jun 2009 19:20:59 +0200] rev 8944
bookmarks: Change references to "repo" by references to "self" (issue1611) Using "repo" instead of "self" inside bookmark_repo methods was causing a circular reference and, thus, a memory leak. It has been detected because the method bundlerepository.__del__ is never called, therefore leaving dangling uncompressed bundles inside .hg subdirectory.
Tue, 23 Jun 2009 22:20:54 -0400 run-tests: use os.path.realpath() to find hg's setup.py.
Greg Ward <greg-hg@gerg.ca> [Tue, 23 Jun 2009 22:20:54 -0400] rev 8943
run-tests: use os.path.realpath() to find hg's setup.py. Needed for running out-of-tree test suites without --with-hg/--local.
Wed, 24 Jun 2009 03:05:01 +0200 Make RPM spec in contrib more aligned with the one from Fedora
Mads Kiilerich <mads@kiilerich.com> [Wed, 24 Jun 2009 03:05:01 +0200] rev 8942
Make RPM spec in contrib more aligned with the one from Fedora This is mostly syntactical changes which make the real differences more obvious when looking at a diff. contrib/mergetools.rc is now also installed and enabled by default.
Tue, 23 Jun 2009 17:51:51 -0500 addremove: drop some silly variable assignments
Matt Mackall <mpm@selenic.com> [Tue, 23 Jun 2009 17:51:51 -0500] rev 8941
addremove: drop some silly variable assignments
Sun, 21 Jun 2009 03:13:38 +0200 ui.prompt: Show prompt and selection in non-interactive mode
Mads Kiilerich <mads@kiilerich.com> [Sun, 21 Jun 2009 03:13:38 +0200] rev 8940
ui.prompt: Show prompt and selection in non-interactive mode ui.prompt was completely silent in non-interactive mode, unless in verbose mode. It is fine that it chooses the default automatically, but it is confusing that the message and prompt shown interactively can't be found in scripted tests. The prompt and selection is now .write'ed instead of .note'ed.
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip