mercurial/revlog.py
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sat, 25 Apr 2009 22:25:49 +0200 Martin Geisler rebase, revlog: use set(x) instead of set(x.keys())
Wed, 22 Apr 2009 20:51:20 +0200 Martin Geisler revlog: let nodestotag be a set instead of a list
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Wed, 22 Apr 2009 00:55:32 +0200 Martin Geisler util: use built-in set and frozenset
Thu, 16 Apr 2009 15:34:03 +0200 Henrik Stuart strip: make repair.strip transactional to avoid repository corruption
Mon, 06 Apr 2009 20:11:00 +0200 Benoit Boissinot merge with -stable
Mon, 06 Apr 2009 19:48:11 +0200 Benoit Boissinot raise RevlogError when parser can't parse the revlog index
Mon, 23 Mar 2009 15:32:29 +0100 Nicolas Dumazet revlog: faster hash computation when one of the parent node is null
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Sun, 11 Jan 2009 22:48:28 -0600 Matt Mackall errors: move revlog errors
Wed, 12 Nov 2008 19:11:34 -0600 Matt Mackall lookup: speed up partial lookup
Wed, 12 Nov 2008 15:58:46 -0600 Matt Mackall revlog: speed up parents()
Wed, 12 Nov 2008 15:32:16 -0600 Matt Mackall revlog: remove delta function
Wed, 12 Nov 2008 15:19:14 -0600 Matt Mackall linkrev: take a revision number rather than a hash
Tue, 21 Oct 2008 17:00:35 +0200 Benoit Boissinot fix pull racing with push/commit (issue1320)
Fri, 17 Oct 2008 00:24:22 +0200 Bernhard Leiner use the new parseindex implementation C in parsers
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall revlog: fix heads performance regression
Sat, 04 Oct 2008 10:14:39 +0200 Sune Foldager provide nicer feedback when an unknown node id is passed to a command
Tue, 12 Aug 2008 13:45:48 +0200 Martin Geisler Fixed docstring typos
Wed, 13 Aug 2008 20:18:41 -0500 Adrian Buehlmann revlog: add files method
Sat, 19 Jul 2008 18:19:50 +0200 Stefano Tortarolo Add ancestors and descendants to revlog
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Wed, 18 Jun 2008 16:47:47 +0300 Alexander Solovyov LookupError should have same __str__ as RevlogError
Wed, 18 Jun 2008 12:48:04 +0200 Alexander Solovyov make revlog.LookupError inherit from KeyError
Thu, 05 Jun 2008 16:25:11 +0200 Peter Arrenbrecht drop superfluous param from revlog.addgroup()
Fri, 04 Apr 2008 22:36:40 +0200 Dirkjan Ochtman python 2.6 compatibility: compatibility wrappers for hash functions
Fri, 14 Mar 2008 20:01:50 -0300 Alexis S. L. Carvalho revlog.py: remove extra close()
Fri, 14 Mar 2008 22:12:50 +0100 Benoit Boissinot revlog: make sure the files are closed after an exception happens
Tue, 11 Mar 2008 17:42:29 -0500 Matt Mackall revlog: report node and file when lookup fails
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
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho revlog.revision: avoid opening the datafile without need.
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho simplify revlog.strip interface and callers; add docstring
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho strip: calculate list of extra nodes to save and pass it to changegroupsubset
Tue, 18 Dec 2007 14:01:42 -0600 Matt Mackall util: get rid of is_win_9x wart
Wed, 28 Nov 2007 08:36:55 -0800 Bryan O'Sullivan make LookupError more detailed
Sat, 24 Nov 2007 12:13:32 -0600 Matt Mackall revlog: make revlogv0 loading more robust against corruption
Thu, 11 Oct 2007 12:16:55 +0200 Benoit Boissinot fix UnboundLocalError, refactor a bit
Thu, 11 Oct 2007 00:46:54 -0500 Matt Mackall revlog: break up compression of large deltas
Thu, 11 Oct 2007 00:46:53 -0500 Matt Mackall revlog: fix caching of buffer objects
Thu, 11 Oct 2007 00:46:51 -0500 Matt Mackall revlog: avoid large yields in group()
Thu, 11 Oct 2007 00:46:47 -0500 Matt Mackall revlog: reduce memory usage in addgroup
Wed, 03 Oct 2007 17:17:28 -0500 Matt Mackall changegroup: avoid large copies
Wed, 03 Oct 2007 17:17:27 -0500 Matt Mackall revlog: generate trivial deltas against null revision
Wed, 26 Sep 2007 01:58:45 -0300 Alexis S. L. Carvalho revlog: fix revlogio.packentry corner case
Mon, 24 Sep 2007 12:34:26 -0500 Matt Mackall Merge with crew
Sun, 23 Sep 2007 18:24:19 +0200 Patrick Mezard revlog: fix inlined revision transaction extra data (issue 749)
Fri, 21 Sep 2007 17:14:39 -0500 Matt Mackall revlog: more robust for damaged indexes
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: localize some fastpath functions
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: minor chunk speed-up
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: minor revdiff reorganization
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: move flag checking out of the offset fastpath
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: avoid some unnecessary seek/tell syscalls
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall lazyparser.findnode: fix typo and s/rfind/find/
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall lazyindex: speed up __getitem__
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall lazyparser: up the blocksize from 512 bytes to 64k
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: implement a fast path for heads
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlogio: speed up parsing
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: eliminate diff and patches functions
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: speed up chunkcache
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: some basic code reordering
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: abstract out index entry packing
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: simplify revlog.__init__
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: mark cache private
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: pull chunkcache back into revlog
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: change _inline from a function to a variable
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: simplify addrevision
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: some codingstyle cleanups
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: add a magic null revision to our index
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: change accesses to index entry elements to use positive offsets
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: parse revlogv0 indexes into v1 internally
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: only allow lazy parsing with revlogng files
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: simplify the v1 immediate parser
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: set the threshold for lazy parsing higher
Mon, 23 Jul 2007 20:44:07 -0500 Matt Mackall revlog: simplify the v0 parser
Mon, 23 Jul 2007 20:44:07 -0500 Matt Mackall revlog: add revlogio interface
Mon, 23 Jul 2007 20:44:07 -0500 Matt Mackall revlog: regroup parsing code
Sat, 21 Jul 2007 16:18:42 -0500 Matt Mackall revlog: privatize some methods
Sat, 21 Jul 2007 16:18:24 -0500 Matt Mackall revlog: delete unused function makenode
Sat, 21 Jul 2007 16:18:21 -0500 Matt Mackall revlog: raise offset/type helpers to global scope
Tue, 03 Jul 2007 12:45:33 +0200 Thomas Arendsen Hein Fix revlog.children so the real children of the null revision can be calculated.
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Mon, 04 Jun 2007 00:26:53 -0300 Alexis S. L. Carvalho merge with crew-stable
Mon, 04 Jun 2007 00:24:48 -0300 Alexis S. L. Carvalho Also check the index file size when deciding whether to reload a revlog.
Sat, 07 Apr 2007 04:45:27 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho revlog.py: fix/tweak read ahead code in lazyparser
Mon, 02 Apr 2007 14:16:44 -0500 Matt Mackall Fixups for recent changes in revlog version handling
Sat, 24 Mar 2007 13:31:43 +0100 Thomas Arendsen Hein Fixed spacing in assignment of REVLOG_DEFAULT_VERSION
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
Thu, 15 Mar 2007 18:57:47 -0500 Matt Mackall Merge with stable
Thu, 15 Mar 2007 18:38:46 -0500 Matt Mackall revlog: attempt to gracefully handle some interleaved damage
Sun, 04 Feb 2007 16:08:56 -0800 Brendan Cully lazyindex: handle __delitem__ in loadblock
Mon, 18 Dec 2006 12:22:43 -0800 Brendan Cully Add revlog.LookupError exception, and use it instead of RevlogError.
Sun, 17 Dec 2006 21:48:22 -0600 Matt Mackall Sync with -stable
Sun, 17 Dec 2006 05:00:22 +0100 Benoit Boissinot fix calculation of new heads added during push with -r 0.9.3
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
Fri, 01 Dec 2006 23:27:53 +0100 Thomas Arendsen Hein Use unsigned version format.
Fri, 01 Dec 2006 23:16:12 +0100 Thomas Arendsen Hein Improve error message for unknown revlog flags.
Fri, 01 Dec 2006 02:24:56 -0600 Matt Mackall Make revlog error slightly less scary
Sun, 19 Nov 2006 16:32:36 -0600 Matt Mackall add docstring to reachable
Sun, 19 Nov 2006 16:09:04 +0100 Thomas Arendsen Hein Indentation cleanups for 2956948b81f3.
Sat, 18 Nov 2006 17:20:38 -0200 Marcos Chaves fix warnings generated by pygettext.py.
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall revlog: reachable actually takes a node
Sun, 29 Oct 2006 16:14:55 +0100 Benoit Boissinot revlog: more nullrev fixes
Sun, 29 Oct 2006 16:14:02 +0100 Benoit Boissinot revlog: return 0 as offset for nullid
Sun, 29 Oct 2006 14:41:14 +0100 Benoit Boissinot revlog.size() fix handling of rev == -1
Sun, 29 Oct 2006 10:53:51 +0100 Thomas Arendsen Hein Define and use nullrev (revision of nullid) instead of -1.
Tue, 24 Oct 2006 23:00:43 -0300 Alexis S. L. Carvalho revlog.py: always return tuples from parents and parentrevs
Tue, 24 Oct 2006 13:46:04 -0500 Matt Mackall Merge with crew
Thu, 19 Oct 2006 16:55:34 +0200 Benoit Boissinot fix errors spotted by pychecker
Thu, 19 Oct 2006 10:23:27 +0200 Benoit Boissinot revlog.children: use parentrevs instead of parents
Wed, 18 Oct 2006 11:44:56 -0500 Matt Mackall Only look up tags and branches as a last resort
Tue, 17 Oct 2006 22:07:54 -0500 Matt Mackall revlog.lookup tweaks
Sat, 14 Oct 2006 18:47:48 -0300 Alexis S. L. Carvalho make revlog.addgroup pass its file handles to addrevision
Thu, 12 Oct 2006 11:40:26 +0200 Benoit Boissinot nodesbetween: fix a bug with duplicate heads
Wed, 11 Oct 2006 12:06:14 -0700 Brendan Cully Teach bdiff to support buffer objects
less more (0) -120 tip