Fri, 18 Dec 2015 13:45:55 -0800 |
Laurent Charignon |
changelog: add a new method to get files modified by a changeset
|
Fri, 28 Aug 2015 11:14:24 +0900 |
Yuya Nishihara |
reachableroots: construct and sort baseset in revset module
|
Thu, 20 Aug 2015 17:23:21 -0700 |
Pierre-Yves David |
reachableroots: use baseset lazy sorting
|
Fri, 14 Aug 2015 15:43:29 +0900 |
Yuya Nishihara |
reachableroots: use internal "revstates" array to test if rev is a root
|
Tue, 11 Aug 2015 15:06:02 -0400 |
Augie Fackler |
changelog: trust C implementation of reachableroots more
|
Thu, 06 Aug 2015 22:10:31 -0700 |
Laurent Charignon |
changelog: add way to call the reachableroots C implementation
|
Sat, 08 Aug 2015 00:26:49 -0700 |
Gregory Szorc |
changelog: use absolute_import
|
Fri, 17 Jul 2015 15:53:56 +0200 |
Pierre-Yves David |
changelog: update read pending documentation
|
Sun, 28 Sep 2014 20:18:43 -0700 |
Pierre-Yves David |
changelog: document the 'readpending' method
|
Sun, 10 May 2015 11:39:01 -0500 |
Yuya Nishihara |
changelog: drop unnecessary override of "hasnode"
|
Mon, 20 Apr 2015 17:16:22 +0200 |
Pierre-Yves David |
changelog: fix readpending if no pending data exist (issue4609)
stable
|
Sat, 04 Apr 2015 22:30:59 +0900 |
Yuya Nishihara |
changelog: inline revlog.__contains__ in case it is used in hot loop
|
Wed, 04 Feb 2015 21:25:57 +0900 |
Yuya Nishihara |
revlog: add __contains__ for fast membership test
|
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
|