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
|
Sun, 11 Jan 2009 22:55:36 -0600 |
Matt Mackall |
revlog: kill from-style imports
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
Tue, 25 Nov 2008 22:23:17 +0100 |
Patrick Mezard |
manifest: fix _search() corner-case
|
Wed, 12 Nov 2008 15:32:16 -0600 |
Matt Mackall |
revlog: remove delta function
|
Fri, 27 Jun 2008 19:27:00 -0500 |
Matt Mackall |
manifest: make checkforbidden take a list
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
manifest: remove execf/linkf methods
|
Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
Wed, 26 Mar 2008 10:12:10 -0700 |
Bryan O'Sullivan |
manifest: improve parsing performance by 8x via a new C extension
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Mon, 24 Sep 2007 12:42:25 -0500 |
Matt Mackall |
manifest: minor performance tweak
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
manifest: speed up creation of the manifestdict
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Tue, 19 Jun 2007 08:06:37 +0200 |
Thomas Arendsen Hein |
Cleanup of whitespace, indentation and line continuation.
|
Thu, 22 Mar 2007 19:52:38 -0500 |
Matt Mackall |
revlog: simplify revlog version handling
|
Thu, 22 Mar 2007 19:12:03 -0500 |
Matt Mackall |
revlog: don't pass datafile as an argument
|
Wed, 07 Mar 2007 15:25:58 -0300 |
Alexis S. L. Carvalho |
fix manifest.find
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Wed, 01 Nov 2006 17:56:55 +0100 |
Benoit Boissinot |
issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)
|
Sun, 01 Oct 2006 19:26:33 +0200 |
Thomas Arendsen Hein |
Whitespace/Tab cleanup
|
Fri, 29 Sep 2006 13:00:54 -0700 |
Brendan Cully |
Abstract manifest block parsing.
|
Fri, 22 Sep 2006 18:29:04 +0200 |
Benoit Boissinot |
fix newline in error message
|
Wed, 20 Sep 2006 22:26:47 +0200 |
Benoit Boissinot |
manifest.py: remove unnecessary method
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Sat, 12 Aug 2006 08:53:23 -0300 |
Alexis S. L. Carvalho |
Fix some bugs introduced during the manifest refactoring
|
Fri, 11 Aug 2006 11:00:38 -0500 |
Matt Mackall |
Remove manifest.readflags
|
Thu, 10 Aug 2006 22:38:56 -0500 |
Matt Mackall |
Switch to simpler manifestdict
|
Wed, 09 Aug 2006 14:53:03 -0500 |
Matt Mackall |
Combine manifest dict and flags dict into a single object
|
Wed, 19 Jul 2006 19:11:50 -0500 |
Matt Mackall |
manifestflags: eliminate remaining users of direct dict access
|
Sun, 16 Jul 2006 03:22:05 -0500 |
Matt Mackall |
Use strings for manifestflags to allow storing multiple flags
|
Sun, 16 Jul 2006 03:14:17 -0500 |
Matt Mackall |
Start using manifestflags methods
|
Sun, 16 Jul 2006 02:59:20 -0500 |
Matt Mackall |
Add manifestflags class
|
Tue, 20 Jun 2006 23:58:21 -0700 |
Vadim Gelfer |
use demandload more.
|
Thu, 18 May 2006 23:31:12 -0700 |
Vadim Gelfer |
fix parsing of tags. make parse errors useful. add new tag tests.
|
Thu, 27 Apr 2006 21:16:46 +0200 |
Thomas Arendsen Hein |
Replaced 0 with REVLOGV0 where this meaning is used.
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Implement revlogng.
|
Wed, 01 Feb 2006 19:18:15 +0100 |
Benoit Boissinot |
Merge with crew
|