Commit Graph

9009 Commits

Author SHA1 Message Date
Alejandro Santos
41ce14a033 compat: don't reference an exception var inside a lambda 2009-07-05 11:05:31 +02:00
Alejandro Santos
ba9d64878c compat: use email in favor of mimetools 2009-07-05 11:04:55 +02:00
Alejandro Santos
bc1b8b3654 verify: fix scope issues with del statement 2009-07-05 11:04:31 +02:00
Alejandro Santos
1ef2fb42a7 compat: use 'key' argument instead of 'cmp' when sorting a list 2009-07-05 11:02:00 +02:00
Alejandro Santos
77d606ac51 compat: use open() instead of file() everywhere 2009-07-05 11:01:30 +02:00
Alejandro Santos
b1c42d384b compat: can't compare two values of unequal datatypes 2009-07-05 11:01:01 +02:00
Alejandro Santos
3183e52503 compat: use // for integer division 2009-07-05 11:00:44 +02:00
Alejandro Santos
c0dcbaabfe tests: add -3 switch to run-tests.py 2009-07-05 10:59:54 +02:00
Christian Ebert
599fc385de keyword: remove unused import 2009-07-04 15:26:14 +02:00
Martin Geisler
ebad10b53d merge with crew-stable 2009-07-04 13:31:36 +02:00
David Wolever
638caa9499 help: add #revision syntax to the example valid URLs. 2009-07-04 12:40:34 +02:00
Cédric Duval
044fa1649f 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.
2009-07-04 12:12:36 +02:00
Greg Ward
acf5297c3a context: improve arg-checking assert. 2009-07-03 10:43:46 -04:00
David Wolever
a527dcec27 help: add #revision syntax to the example valid URLs. 2009-07-04 12:40:34 +02:00
Martin Geisler
5f5ed2ecde merge wtih crew-stable 2009-07-04 12:25:10 +02:00
Cédric Duval
1fafb1baee 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.
2009-07-04 12:06:33 +02:00
Martin Geisler
09e41ea848 merge with crew-stable 2009-07-02 20:03:58 +02:00
Henrik Stuart
77301ebe8e 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.
2009-07-02 19:53:20 +02:00
Matt Mackall
4b358d20f9 Added signature for changeset 98c546a7028c 2009-07-01 16:47:46 -05:00
Matt Mackall
0b5fb7a5ab Merge with i18n 2009-07-01 13:57:01 -05:00
Matt Mackall
aa26914af7 subrepo: audit subrepo paths 2009-07-01 13:55:24 -05:00
Wagner Bruna
2f632b4dd1 i18n-pt_BR: synchronized with f4173cf239f8 2009-07-01 08:51:22 -03:00
FUJIWARA Katsunori
e1b5456705 i18n-jp: translation update for 73c7f21c6ac6 2009-07-01 18:08:37 +09:00
Cédric Duval
e79353f775 i18n-fr: translation of part of the mq extension 2009-07-01 08:45:12 +02:00
Cédric Duval
5653b09df6 i18n-fr: translation of the zeroconf extension 2009-07-01 07:29:39 +02:00
Cédric Duval
a133890e96 i18n-fr: translation of the purge extension 2009-07-01 07:21:10 +02:00
Cédric Duval
fdeee1166e i18n-fr: translation of the parentrevspec extension 2009-07-01 07:15:28 +02:00
Cédric Duval
968723f62b i18n-fr: synchronized with fcd531d1b0b8 2009-07-01 07:09:44 +02:00
Martin Geisler
eb42f8c493 i18n-da: synchronized with 73c7f21c6ac6 2009-06-30 23:30:52 +02:00
Martin Geisler
faa476f6e9 Merge with mpm 2009-06-30 23:17:57 +02:00
Martin Geisler
d1016f45b3 i18n-da: use "lap" instead of "rettelse" 2009-06-30 23:16:38 +02:00
Martin Geisler
32c8e6780f i18n-da: translated many one-liners 2009-06-30 20:25:21 +02:00
Matt Mackall
d76e8a3e52 Merge with i18n 2009-06-30 12:32:30 -05:00
Christian Ebert
d0fba52b71 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.
2009-06-30 11:30:03 +02:00
Matt Mackall
fc2733b540 commit: lose some pointless 'nothing changed' messages
Move message from localrepo to commands. This drops confusing messages
in subrepo, import, and rebase.
2009-07-01 01:16:19 -05:00
Matt Mackall
540c02c8d3 commit: report modified subrepos in commit editor 2009-07-01 01:05:24 -05:00
Matt Mackall
3f99330a0a verify: demote warning about nullid in copy to note 2009-07-01 00:41:14 -05:00
Matt Mackall
c92524ffa3 help: add more pointers to commit --close-branch 2009-07-01 00:35:59 -05:00
Matt Mackall
a87df088a6 branches: add --closed flag for consistency with heads 2009-07-01 00:31:59 -05:00
Matt Mackall
0210a48141 addremove: build lists of already added and removed files too (issue1696) 2009-06-30 23:25:53 -05:00
Matt Mackall
bc08ba2edf addremove: pass unknown and deleted to findrenames directly again 2009-06-30 16:11:42 -05:00
Matt Mackall
6b9bed125a addremove: normalize some variable names 2009-06-30 15:56:08 -05:00
Matt Mackall
242e029aa1 findrenames: drop unused argument defaults 2009-06-29 15:34:17 -05:00
Brendan Cully
18d0727ce3 zsh completion: update bisect for builtin syntax 2009-06-30 19:23:50 -07:00
Brendan Cully
1ad5037a50 zsh completion: add hg branch 2009-06-30 18:47:16 -07:00
Brendan Cully
c6f44d1bc6 zsh completion: add hg branches 2009-06-30 18:45:09 -07:00
Brendan Cully
adcf3f9f6d zsh completion: basic merge support 2009-06-30 18:41:43 -07:00
Brodie Rao
cc7929d81c 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.
2009-06-30 17:58:17 -04:00
Martin Geisler
404b96e4f0 Merge with mpm 2009-06-30 23:40:03 +02:00
Brendan Cully
76c4e9d8bc zsh completion: include guarded patches in qdelete 2009-06-30 14:31:16 -07:00