log mercurial/obsolete.py @ 33733:d5acd967f95a

age author description
Wed, 02 Aug 2017 19:39:08 +0200 Boris Feld obsstore: rename precursors into predecessors
Wed, 02 Aug 2017 19:34:15 +0200 Boris Feld obsolete: rename _addprecursors into _addpredecessors
Mon, 24 Jul 2017 10:37:39 -0400 Augie Fackler obsolete: use bytes() instead of str() so the node is bytes on py3
Mon, 24 Jul 2017 10:21:23 -0400 Augie Fackler obsolete: reuse _fm1metapair for computing _fm1metapairsize
Sun, 04 Jun 2017 10:02:09 -0700 Jun Wu obsstore: let read marker API take a range of offsets
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Sat, 03 Jun 2017 21:56:23 -0700 Jun Wu obsstore: keep self._data updated with _addmarkers
Fri, 30 Jun 2017 15:02:19 +0200 Boris Feld obsolete: pass cache argument of successors set explicitly
Tue, 27 Jun 2017 02:45:09 +0200 Pierre-Yves David transaction: track new obsmarkers in the 'changes' mapping
Fri, 30 Jun 2017 03:42:27 +0200 Pierre-Yves David configitems: register the 'format.obsstore-version' config
Tue, 27 Jun 2017 02:06:15 +0200 Pierre-Yves David obsutil: move 'getmarkers' to the new modules
Tue, 27 Jun 2017 01:51:40 +0200 Pierre-Yves David obsutil: move the 'marker' class to the new modules
Tue, 27 Jun 2017 01:48:41 +0200 Pierre-Yves David obsolete: delete three unused utility functions
Tue, 27 Jun 2017 01:40:34 +0200 Pierre-Yves David obsutil: move 'foreground' to the new modules
Tue, 27 Jun 2017 01:36:20 +0200 Pierre-Yves David obsutil: move 'allsuccessors' to the new modules
Tue, 27 Jun 2017 01:31:18 +0200 Pierre-Yves David obsutil: move 'allprecursors' to the new modules
Tue, 27 Jun 2017 01:11:56 +0200 Pierre-Yves David obsutil: move 'exclusivemarkers' to the new modules
Tue, 27 Jun 2017 01:03:01 +0200 Pierre-Yves David obsutil: move 'successorssets' to the new modules
Mon, 19 Jun 2017 01:08:11 +0200 Pierre-Yves David obsolete: skip 'changectx' usage in unstable computation
Sun, 18 Jun 2017 22:38:11 +0200 Pierre-Yves David obsolete: provide a small function to retrieve all mutable revisions
Mon, 01 May 2017 05:57:36 +0200 Pierre-Yves David obsolete: use ProgrammingError over assert for volatile set registration
Mon, 12 Jun 2017 16:35:57 -0700 Martin von Zweigbergk pushkey: use False/True for return values from push functions
Fri, 02 Jun 2017 20:49:42 -0700 Jun Wu obsstore: do not load all markers to detect duplication
Thu, 08 Jun 2017 21:54:30 -0700 Gregory Szorc obsolete: move obsstore creation logic from localrepo
Sun, 04 Jun 2017 00:38:11 -0700 Jun Wu obsstore: move header encoding to a separate function
Sun, 04 Jun 2017 08:49:15 -0700 Jun Wu obsstore: move _version to a propertycache
Fri, 02 Jun 2017 20:38:01 -0700 Jun Wu obsstore: separate marker parsing from obsstore reading
Fri, 02 Jun 2017 19:34:56 -0700 Jun Wu obsstore: move marker version reading to a separate function
Fri, 02 Jun 2017 19:32:27 -0700 Jun Wu obsstore: minor optimization for the obsolete revset
Thu, 01 Jun 2017 08:44:01 +0200 Pierre-Yves David exclusive-markers: update the dedicated test with list of exclusive markers