Commit Graph

7954 Commits

Author SHA1 Message Date
Tobias Bell
e924b4f339 i18n-de: translated global options of commands 2009-04-02 08:15:39 +02:00
Tobias Bell
9b52532b3f i18n-de: removed fuzzy translations after update of POT file 2009-04-01 21:06:12 +02:00
Tobias Bell
027ca99b6f i18n-de: translated ui.py, url.py and util.py 2009-03-29 19:57:28 +02:00
Tobias Bell
e975aa03ac i18n-de: translated 'help multirevs' 2009-03-29 19:03:09 +02:00
Steve Borho
63d4e6092c on clone failure, only remove directories we created
If the user created the clone target directory before running
the clone command, only cleanup the .hg/ repository when errors
occur.  Leave the empty target directory in place.
2009-03-31 21:21:53 -05:00
Martin Geisler
df38a73894 windows: break import cycle with util 2009-04-02 18:04:42 +02:00
Sune Foldager
a909400362 windows: fix missing import of util.Abort 2009-04-02 17:09:17 +02:00
Sune Foldager
9aaf69227a windows: fix import of win32.py (was util_win32.py) 2009-04-02 16:49:34 +02:00
Greg Ward
558dacc406 issue1582: improve description of splicemap syntax in help. 2009-03-31 15:52:48 -04:00
Martin Geisler
541fd005f1 merge with -stable 2009-03-31 23:11:11 +02:00
Martin Geisler
b5e430c97b hgweb: better English in IPv6 error message 2009-03-31 22:48:16 +02:00
Steve Borho
ad54f46fa2 allow clone into existing but empty directories 2009-03-29 16:15:06 -05:00
Wagner Bruna
b2fafee0f4 verify, i18n: fix unmarked strings 2009-03-29 19:56:53 -03:00
Martin Geisler
732e483231 i18n: updated zh_CN instructions 2009-03-31 20:40:56 +02:00
Martin Geisler
4340d08e33 i18n: rename zh.po to zh_CN.po
This is the name used by at least Debian and RedHat for the Simplified
Chinese translations.

Furthermore, it is my understanding that a Simplified Chinese
translation is a poor fallback for users in Taiwan, who need a
Traditional Chinese translation instead.
2009-03-31 20:30:20 +02:00
Martin Geisler
2d9bab6890 httprepo: lowercase debug output 2009-03-29 21:52:43 +02:00
Benoit Boissinot
868a1f07ed merge with -stable 2009-03-30 01:30:58 +02:00
Benoit Boissinot
1f5f22d2a8 merge with backout 2009-03-30 01:23:12 +02:00
Benoit Boissinot
fe6c4f18cd Backed out changeset d4343088804c
The difference came from a configuration difference (network unreachable vs.
connection refused), not from an OS change.
2009-03-30 01:23:01 +02:00
Benoit Boissinot
7789b29b2e Change wording in example hook 2009-03-30 01:21:39 +02:00
Alexander Solovyov
4f628e24de diffstat hook example 2009-03-26 16:49:47 +02:00
Alexander Solovyov
609db13729 ability to load hooks from arbitrary python module 2009-03-27 01:28:09 +02:00
Benoit Boissinot
1d8f6c802d merge with crew 2009-03-29 19:06:56 +02:00
Tobias Bell
f4fcc933bb i18n-de: Several updates
* translated 'hg help revisions'
  * updated translation from hg.pot
  * completed translation of rebase
2009-03-28 18:19:17 +01:00
Benoit Boissinot
a59bc0256c record: fix indentation 2009-03-29 00:08:33 +01:00
Rocco Rutte
a1eb264519 record: Give user a hint about chunk selection progress
It greatly improves usability when one roughly knows where
the chunks of interest are.
2009-03-28 23:09:36 +01:00
Rocco Rutte
0e71380f6b coal/paper: Turn <img> into <img/> where missing 2009-03-28 22:22:22 +01:00
Benoit Boissinot
6712106532 add missing +x flag to test-inotify-issue1542 2009-03-28 19:50:37 +01:00
Benoit Boissinot
ff7ad59687 merge with crew 2009-03-28 19:25:10 +01:00
Tobias Bell
c9f5cd26d2 i18n: spelling correction in German translation 2009-03-28 16:34:40 +01:00
Tobias Bell
fbfad51d39 i18n: completed German translation of the children extension 2009-03-27 18:17:24 +01:00
Tobias Bell
cb25681d01 i18n: fixed textwidth in bookmarks extension 2009-03-27 17:59:35 +01:00
Rocco Rutte
895d037e99 Add missing imports for posix.py for OS X
These don't seem to do harm on Linux.
2009-03-27 17:56:18 +01:00
Tobias Bell
2519fadc92 i18n: completed German translation of bookmarks extension 2009-03-27 17:48:59 +01:00
Mads Kiilerich
36ec467f85 convert: missing p4 tool is only slightly fatal
checktool with default abort=True caused convert to fail too early.
2009-03-27 13:39:18 +01:00
Fabian Kreutz
664aa36f7a i18n: continuation of command.py translations/checking 2009-03-27 11:52:32 +02:00
Steve Borho
582e7e6612 windows: add various missing import 2009-03-26 23:02:21 -05:00
Steve Borho
67420334f3 windows: hoist expand_glob() back into util.py
The windows version of expand_glob() requires patkind(). To
avoid a circular dependency, move function back into util.py.
2009-03-26 22:07:01 -05:00
Fabian Kreutz
658e380a3e i18n: more commands.py translations 2009-03-24 18:52:48 +01:00
Fabian Kreutz
f66981d640 i18n: more commands.py reworking + new translations 2009-03-24 18:50:46 +01:00
Martin Geisler
05b3dfb2cf cmdutil: fix untranslatable string in copy 2009-03-27 17:35:00 +01:00
Tobias Bell
afe3a2b645 enhance Makefile for language translators
To update a po-file just do 'make i18n/xx.po'. No other po-file will
be touched.
2009-03-26 08:07:28 +01:00
Nicolas Dumazet
ddda9ba6fe Fixing issue1542, adding a relevant test
inotify is smart enough to notify you about any changes in a
directory, even if you only watch the directory, and none if its
contents: the recursive add_watch I added was unnecessary.

The only thing that matters here is the recursive status update on
directory deletion.

And scan() has to be called _before_ the deferred call is registered.
(race condition: depending on the times, the previous patch could
apparently fail on the provided test. It's not the case anymore.)
2009-03-26 19:01:06 +09:00
Stefano Tortarolo
bf2fa160b0 rebase: remove unused statement 2009-03-11 20:28:09 +01:00
Matt Mackall
0952760f82 util: split out posix, windows, and win32 modules 2009-03-26 13:54:44 -05:00
John Mulligan
18339d9ef9 patchbomb: option to set the name of bundle attachment (issue1452)
specifying --bundlename=NAME will create a "NAME.hg" attachment
2009-03-14 10:46:48 -04:00
Matt Mackall
b6fd334dd0 Merge with -stable 2009-03-24 16:41:41 -05:00
Tobias Bell
d744971252 i18n: add German translation
* Most basic commands are translated
  * hgext/alias.py
  * hgext/acl.py
  * hgext/fetch.py
  * help topics
    * urls
    * dates
    * patterns
    * diffs

433 translated messages, 1350 untranslated messages.

Translators:
  * Tobias Bell
  * Fabian Kreutz (fabian DOT kreutz AT qvantel.com)
  * Lutz Horn (lutz DOT horn AT fastmail DOT fm)

Please report issues to http://bitbucket.org/tobidope/i18n-german-translation/issues/
or to the mailing list.
2009-03-22 20:59:03 +01:00
Dongsheng Song
faee65720b i18n: updated Chinese translation 2009-03-20 14:28:48 +08:00
Stefano Tortarolo
f95f7599c7 i18n: update italian translation 2009-03-10 19:16:16 +01:00