log mercurial/obsolete.py @ 36877:02bea04b4c54

age author description
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sun, 25 Feb 2018 23:09:07 -0500 Augie Fackler py3: convert known-int values to bytes using %d
Fri, 02 Feb 2018 23:45:31 -0500 Matt Harbison obsolete: drop deprecated methods (API)
Wed, 17 Jan 2018 21:46:09 -0500 Augie Fackler obsolete: use native string when peeking in __dict__
Wed, 10 Jan 2018 10:33:11 -0800 Martin von Zweigbergk obsolete: use context manager for transaction in pushmarker()
Wed, 10 Jan 2018 10:32:16 -0800 Martin von Zweigbergk obsolete: use context manager for lock in pushmarker()
Wed, 10 Jan 2018 10:30:51 -0800 Martin von Zweigbergk obsolete: use context manager for transaction in createmarkers()
Sun, 10 Dec 2017 04:47:49 +0530 Pulkit Goyal py3: handle keyword arguments correctly in obsolete.py
Sun, 19 Nov 2017 05:34:50 +0100 Boris Feld obsolete: drop usage of changectx in '_computecontentdivergentset'
Sun, 19 Nov 2017 05:23:12 +0100 Boris Feld obsolete: drop usage of changectx in '_computephasedivergentset'
Thu, 19 Oct 2017 17:50:20 +0200 Boris Feld config: also gather effect-flags on experimental.evolution
Mon, 16 Oct 2017 17:14:47 +0200 Boris Feld config: update evolution-related config
Mon, 16 Oct 2017 17:14:32 +0200 Boris Feld config: invert evolution-related configuration aliases
Sun, 08 Oct 2017 22:22:27 +0200 Boris Feld configitems: register the 'experimental.effect-flags' config
Fri, 06 Oct 2017 16:15:24 +0200 Boris Feld obsolete: add a devel.user.obsmarker
Thu, 06 Jul 2017 14:50:17 +0200 Boris Feld effectflag: store an empty effect flag for the moment
Sun, 01 Oct 2017 12:54:35 +0100 Simon Whitaker obsmarker: crash more helpfully when metadata fields are >255bytes (issue5681)
Thu, 06 Jul 2017 14:46:07 +0200 Boris Feld obsolete: clean createmarkers part about operation
Sat, 30 Sep 2017 07:44:55 -0400 Augie Fackler obsolete: remove superfluous pass statements
Fri, 04 Aug 2017 19:39:34 +0200 Boris Feld obsolete: rename bumped volatile set into phasedivergent volatile set
Fri, 04 Aug 2017 19:36:27 +0200 Boris Feld obsolete: rename divergent volatile set into contentdivergent volatile set
Fri, 04 Aug 2017 19:27:39 +0200 Boris Feld obsolete: rename unstable volatile set into orphan volatile set
Thu, 03 Aug 2017 11:38:22 +0200 Boris Feld config: rename evolution config into stabilization
Wed, 02 Aug 2017 19:49:57 +0200 Boris Feld obsutil: rename allprecursors into allpredecessors
Wed, 02 Aug 2017 19:48:06 +0200 Boris Feld obsolete: rename precursor into predecessor in obsolete docstrings
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