Commit Graph

9040 Commits

Author SHA1 Message Date
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
Cédric Duval
1a0b6e0ded 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.
2009-06-29 19:28:54 +02:00
Dan Villiom Podlaski Christiansen
aeb7f3fa9c color: don't highlight the summary part of the qseries command 2009-06-27 13:09:11 +02:00
Dan Villiom Podlaski Christiansen
1d4adbe287 mq: align columns in verbose qseries output. 2009-06-27 15:28:44 +02:00
Brodie Rao
a77b70fbf3 extensions: remove unused imports 2009-07-01 10:19:40 -04:00
Wagner Bruna
adf87c427e i18n-pt_BR: synchronized with 682b6d244456 2009-06-26 09:44:35 -03:00
Cédric Duval
9c40957b28 i18n-fr: translation of the extensions help topic 2009-06-28 23:44:24 +02:00
Cédric Duval
d746a216b1 i18n-fr: translation of help screen strings 2009-06-28 22:58:58 +02:00
Cédric Duval
df69365aaa i18n-fr: translation of the patchbomb extension 2009-06-28 21:31:49 +02:00
Cédric Duval
1d8b3e35c8 i18n-fr: add a glossary and recommendations 2009-06-28 20:35:38 +02:00
Henri Wiechers
712ac310c2 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).
2009-06-26 14:42:05 +02:00
Christian Ebert
2282e18ebd keyword: break overlong line 2009-06-29 23:46:28 +02:00
Cédric Duval
6577113132 bisect: fix format specifiers for integers 2009-07-01 23:15:26 +02:00
Cédric Duval
d2f40829aa i18n: add French translation file 2009-05-26 23:46:15 +02:00
FUJIWARA Katsunori
6932dd47d9 i18n-jp: translation update for 22ebdfc55b38
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>
2009-06-28 22:24:33 +09:00
Martin Geisler
ed3f3d1f99 i18n-da: translated 50%
This change translates many of the strings from the convert, inotify,
fetch, gpg, and transplant extensions.
2009-06-27 13:42:40 +02:00
Martin Geisler
c15a8f8118 convert: do not ask for translation of "%s %s" 2009-06-27 12:31:41 +02:00
Martin Geisler
c4219ddc42 i18n-da: translated cmdline help strings 2009-06-27 12:21:26 +02:00
Martin Geisler
bf964631ac i18n-da: translated log and some mq commands 2009-06-24 20:57:39 +02:00
Martin Geisler
9b2ceac7f1 i18n-da: change "arkiv" to "depot" 2009-06-24 18:31:46 +02:00