Wed, 16 Jun 2010 17:43:35 +0200 test-import: test git patch import with strip
Mads Kiilerich <mads@kiilerich.com> [Wed, 16 Jun 2010 17:43:35 +0200] rev 11407
test-import: test git patch import with strip Tests revision 0429d0d49f92
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.
(0) -10000 -3000 -1000 -300 -100 -30 -10 -6 +6 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip