log mercurial/changelog.py @ 23292:e44399c494ab

age author description
Sat, 08 Nov 2014 17:08:09 +0000 Pierre-Yves David changelog: register changelog.i.a as a temporary file
Sat, 08 Nov 2014 16:31:38 +0000 Pierre-Yves David transaction: pass the transaction to 'finalize' callback
Sat, 08 Nov 2014 16:27:50 +0000 Pierre-Yves David transaction: pass the transaction to 'pending' callback
Sat, 18 Oct 2014 01:09:41 -0700 Pierre-Yves David changelog: rely on transaction for finalization
Fri, 17 Oct 2014 21:55:31 -0700 Pierre-Yves David changelog: handle writepending in the transaction
Sat, 18 Oct 2014 01:12:18 -0700 Pierre-Yves David changelog: rework the delayupdate mechanism
Sun, 26 Oct 2014 12:14:12 +0100 Mads Kiilerich changelog: use headrevsfiltered stable
Thu, 16 Oct 2014 02:05:06 -0700 Pierre-Yves David repoview: add a FilteredLookupError class
Wed, 15 Oct 2014 17:02:44 -0700 Pierre-Yves David repoview: add a FilteredIndexError class
Tue, 16 Sep 2014 16:03:21 -0700 Durham Goode obsolete: use C code for headrevs calculation
Tue, 20 May 2014 13:55:08 -0700 Pierre-Yves David changelog: ensure changelog._delaybuf is initialized stable
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: cache open/closed branch head information
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.fstat()" instead of "util.fstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.rename()" instead of "util.rename()"
Sat, 09 Feb 2013 06:07:32 -0600 Augie Fackler changelog: hexlify node when throwing a LookupError on a filtered node
Tue, 15 Jan 2013 18:42:04 +0100 Mads Kiilerich tests: fix doctest stability over Python versions
Tue, 15 Jan 2013 02:59:14 +0100 Mads Kiilerich tests: stabilize doctest output
Sat, 12 Jan 2013 16:04:29 +0100 Mads Kiilerich changelog: please check-code and remove tabs
Thu, 10 Jan 2013 00:41:40 +0100 Pierre-Yves David changelog: add a `branch` method, bypassing changectx
Wed, 02 Jan 2013 01:40:06 +0100 Pierre-Yves David clfilter: use empty frozenset intead of empty tuple
Fri, 16 Nov 2012 15:39:12 -0800 Durham Goode commit: increase perf by avoiding unnecessary filteredrevs check stable
Thu, 18 Oct 2012 22:04:49 +0200 Pierre-Yves David changelog: extract description cleaning logic in a dedicated function
Thu, 20 Sep 2012 19:02:47 +0200 Pierre-Yves David clfilter: introduce `filteredrevs` attribute on changelog
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Mon, 16 Jul 2012 17:44:46 +0200 Pierre-Yves David hidden: move hiddenrevs set on the repository
Fri, 11 May 2012 01:55:33 -0700 Bryan O'Sullivan changelog: ensure that nodecache is valid (issue3428) stable
Sun, 18 Mar 2012 18:19:16 -0500 Matt Mackall changelog: micro-optimizations to changelog.read()
Fri, 16 Dec 2011 18:23:15 -0600 Matt Mackall changelog: handle decoding of NULs in extra more carefully (issue3156) stable
Thu, 16 Jun 2011 01:57:53 +0200 Pierre-Yves David hidden: Add a hiddenrevs attributes to changelog.
Thu, 19 May 2011 18:10:03 +0200 Martin Geisler merge with stable