Fri, 17 Oct 2008 21:26:39 +0200 mq: Allow qrefresh --silent to take parameters
Mads Kiilerich <mads@kiilerich.com> [Fri, 17 Oct 2008 21:26:39 +0200] rev 7113
mq: Allow qrefresh --silent to take parameters 'hg qrefresh --short file.txt' now adds changes made to file.txt to current patch. This builds on a patch for implementing --amend by Kirill Smelkov as discussed in issue933. FIXME: Why do mq refresh have two matchers if we only need one?
Sat, 18 Oct 2008 03:53:54 -0500 [PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com> [Sat, 18 Oct 2008 03:53:54 -0500] rev 7112
[PATCH 2 of 2] Re: created hgweb theme - monoblue
Thu, 09 Oct 2008 02:52:22 +0900 added monoblue hgweb theme
Hiroshi Funai <hfunai@gmail.com> [Thu, 09 Oct 2008 02:52:22 +0900] rev 7111
added monoblue hgweb theme
Fri, 17 Oct 2008 01:05:10 +0200 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com> [Fri, 17 Oct 2008 01:05:10 +0200] rev 7110
Add parseindex2.py test case Make sure that the new implementation in C return that same values as the original Python implementation.
Fri, 17 Oct 2008 00:24:22 +0200 use the new parseindex implementation C in parsers
Bernhard Leiner <bleiner@gmail.com> [Fri, 17 Oct 2008 00:24:22 +0200] rev 7109
use the new parseindex implementation C in parsers
Fri, 17 Oct 2008 01:03:38 +0200 C implementation of revlog index parsing
Bernhard Leiner <bleiner@gmail.com> [Fri, 17 Oct 2008 01:03:38 +0200] rev 7108
C implementation of revlog index parsing
Fri, 17 Oct 2008 11:34:31 -0700 Allow hgweb to search for templates in more than one path.
Brendan Cully <brendan@kublai.com> [Fri, 17 Oct 2008 11:34:31 -0700] rev 7107
Allow hgweb to search for templates in more than one path. This patch is constructed to make it easy for external extensions to provide their own templates, by updating templater.path.
Sun, 05 Oct 2008 21:35:26 +0200 python2.6: use subprocess if available
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 05 Oct 2008 21:35:26 +0200] rev 7106
python2.6: use subprocess if available
Fri, 17 Oct 2008 17:34:25 +0200 tests: add some testing for patch.diffstat()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 17 Oct 2008 17:34:25 +0200] rev 7105
tests: add some testing for patch.diffstat()
Tue, 14 Oct 2008 20:13:53 +0200 bdiff: normalize the diff (issue1295)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 14 Oct 2008 20:13:53 +0200] rev 7104
bdiff: normalize the diff (issue1295) When the common part of a diff can be moved forward, move it forward. Otherwise we don't get deterministic results (it would depends on the way we split for the recursion). That way we get identical hunks when doing the same change, it helps to solve issue1295 (inconsistent diffs on different side during a merge).
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip