Sat, 19 Jun 2010 13:00:08 -0500 revset: fix up contains/getstring when no args passed
Matt Mackall <mpm@selenic.com> [Sat, 19 Jun 2010 13:00:08 -0500] rev 11406
revset: fix up contains/getstring when no args passed
Sat, 19 Jun 2010 13:00:01 -0500 revrange: attempt to parse old-style queries as a first pass
Matt Mackall <mpm@selenic.com> [Sat, 19 Jun 2010 13:00:01 -0500] rev 11405
revrange: attempt to parse old-style queries as a first pass
Sat, 19 Jun 2010 12:22:35 -0500 revset: allow extended characters in symbols
Matt Mackall <mpm@selenic.com> [Sat, 19 Jun 2010 12:22:35 -0500] rev 11404
revset: allow extended characters in symbols
Sat, 19 Jun 2010 19:16:11 +0200 i18n: fix translation of empty paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 19:16:11 +0200] rev 11403
i18n: fix translation of empty paragraphs
Tue, 15 Jun 2010 13:04:22 -0400 extensions: recommend against using wrapfunction for repo methods
Greg Ward <greg-hg@gerg.ca> [Tue, 15 Jun 2010 13:04:22 -0400] rev 11402
extensions: recommend against using wrapfunction for repo methods Instead, all extensions should use the "dynamic subclass" trick: subclass repo.__class__ and then replace repo.__class__ with your new subclass. This avoids conflicts that happen when one extension uses wrapfunction and another uses subclassing to extend the same method of localrepository.
Sat, 19 Jun 2010 17:19:15 +0200 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:15 +0200] rev 11401
i18n-zh_TW: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 i18n-zh_CN: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:15 +0200] rev 11400
i18n-zh_CN: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 i18n-sv: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:15 +0200] rev 11399
i18n-sv: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 i18n-pt_BR: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:15 +0200] rev 11398
i18n-pt_BR: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 i18n-ja: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:14 +0200] rev 11397
i18n-ja: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 i18n-it: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:14 +0200] rev 11396
i18n-it: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 i18n-fr: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:14 +0200] rev 11395
i18n-fr: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:14 +0200] rev 11394
i18n-el: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 i18n-de: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:14 +0200] rev 11393
i18n-de: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 i18n-da: split messages into paragraphs
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:19:14 +0200] rev 11392
i18n-da: split messages into paragraphs
Sat, 19 Jun 2010 17:06:11 +0200 Merge with hg-i18n
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 17:06:11 +0200] rev 11391
Merge with hg-i18n
Tue, 06 Apr 2010 22:30:50 -0300 i18n: translate each paragraph separately
Wagner Bruna <wbruna@yahoo.com> [Tue, 06 Apr 2010 22:30:50 -0300] rev 11390
i18n: translate each paragraph separately Makes translation work easier by reducing message sizes and avoiding invalidating whole messages on small changes or additions to the original text.
Thu, 17 Jun 2010 20:10:34 -0300 i18n: script for splitting large messages on .po/.pot files
Wagner Bruna <wbruna@yahoo.com> [Thu, 17 Jun 2010 20:10:34 -0300] rev 11389
i18n: script for splitting large messages on .po/.pot files With fixes and heavy refactoring by Martin Geisler.
Sat, 19 Jun 2010 16:52:25 +0200 i18n: patch polib.unescape
Martin Geisler <mg@lazybytes.net> [Sat, 19 Jun 2010 16:52:25 +0200] rev 11388
i18n: patch polib.unescape Patch submitted to upstream as rev b9174a342092 in http://bitbucket.org/mg/polib/
Thu, 17 Jun 2010 20:10:34 -0300 i18n: import polib 0.5.2 (rev b0ab301cfdcc)
Wagner Bruna <wbruna@yahoo.com> [Thu, 17 Jun 2010 20:10:34 -0300] rev 11387
i18n: import polib 0.5.2 (rev b0ab301cfdcc)
Fri, 18 Jun 2010 15:22:56 +0200 i18n-da: remove spurious \n
Martin Geisler <mg@lazybytes.net> [Fri, 18 Jun 2010 15:22:56 +0200] rev 11386
i18n-da: remove spurious \n
Fri, 18 Jun 2010 17:34:13 -0500 revset: nicer exception for empty queries
Matt Mackall <mpm@selenic.com> [Fri, 18 Jun 2010 17:34:13 -0500] rev 11385
revset: nicer exception for empty queries
Fri, 18 Jun 2010 21:35:21 +0200 commands: advertise "hg help revsets" in help for log
Martin Geisler <mg@lazybytes.net> [Fri, 18 Jun 2010 21:35:21 +0200] rev 11384
commands: advertise "hg help revsets" in help for log
Fri, 18 Jun 2010 21:31:19 +0200 revset: all your error messages are belong to _
Martin Geisler <mg@lazybytes.net> [Fri, 18 Jun 2010 21:31:19 +0200] rev 11383
revset: all your error messages are belong to _
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip