Sat, 12 Jul 2014 17:57:25 -0700 |
Siddharth Agarwal |
manifestdict: add a new method to intersect with a set of files
|
Mon, 11 Nov 2013 16:35:12 -0800 |
Durham Goode |
manifest: increase lrucache from 3 to 4
|
Sun, 24 Mar 2013 17:17:38 -0700 |
Siddharth Agarwal |
manifestdict: add a method to diff _flags
|
Sat, 09 Feb 2013 15:43:02 +0000 |
Siddharth Agarwal |
manifest: use a size 3 LRU cache to store parsed manifests
|
Mon, 19 Nov 2012 16:05:40 -0800 |
Durham Goode |
commit: increase perf by building a new addlist instead of editing the old one
|
Mon, 27 Aug 2012 23:14:27 +0200 |
Mads Kiilerich |
avoid using abbreviations that look like spelling errors
|
Tue, 21 Aug 2012 02:41:20 +0200 |
Mads Kiilerich |
delete some dead comments and docstrings
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Fri, 04 May 2012 15:56:45 -0400 |
Jesse Glick |
localrepo: optimize internode status calls using withflags
|
Thu, 15 Dec 2011 15:27:11 -0600 |
Matt Mackall |
util: don't mess with builtins to emulate buffer()
|
Thu, 16 Jun 2011 08:49:26 +0200 |
Martin Geisler |
manifest: use "\0" instead of "\000"
|
Thu, 05 May 2011 18:05:24 +0200 |
Sune Foldager |
revlog: compute correct deltaparent in the deltaparent function
|
Sun, 20 Mar 2011 19:43:28 -0500 |
Matt Mackall |
manifest: add readfast method
|
Mon, 22 Nov 2010 18:15:58 +0100 |
Martin Geisler |
code style: prefer 'is' and 'is not' tests with singletons
|
Sat, 21 Aug 2010 19:30:42 +0200 |
Benoit Boissinot |
deltaparent(): don't return nullrev for a revision containing a full snapshot
|
Wed, 18 Aug 2010 19:45:52 +0200 |
Benoit Boissinot |
revlog._addrevision(): make the parent of the cached delta explicit
|
Tue, 10 Aug 2010 22:28:52 +0530 |
Pradeepkumar Gayam |
manifest: correct readdelta() according to parentdeltas
|
Sat, 07 Aug 2010 16:12:51 -0300 |
Renato Cunha |
manifest: removed usage of the global cmp function
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Fri, 04 Sep 2009 10:47:55 +0200 |
Benoit Boissinot |
manifest/revlog: do not let the revlog cache mutable objects
|
Thu, 03 Sep 2009 02:42:56 +0200 |
Benoit Boissinot |
manifestdict: remove unnecessary dictionary copy
|
Wed, 02 Sep 2009 21:05:43 +0200 |
Benoit Boissinot |
manifest.add(): cleanup worklist construction and iteration
|
Wed, 02 Sep 2009 21:05:01 +0200 |
Benoit Boissinot |
manifest: simplify cache handling, use a unique cache
|
Wed, 02 Sep 2009 20:18:35 +0200 |
Benoit Boissinot |
manifest.add(): simplify with iterators and generator expressions
|
Thu, 14 May 2009 15:35:46 +0200 |
Peter Arrenbrecht |
drop unused imports
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sat, 18 Apr 2009 09:48:59 -0400 |
Greg Ward |
manifest: improve error message about newlines in filenames
|