mercurial/obsolete.py
Wed, 17 Aug 2022 02:43:44 +0200 Pierre-Yves David obsstore: break the repo → obstore → repo loop
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Tue, 31 May 2022 03:06:05 +0200 Manuel Jacob py3: use `x.hex()` instead of `pycompat.sysstr(node.hex(x))`
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
Thu, 05 May 2022 14:45:28 -0400 Augie Fackler obsolete: remove two unused constants
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 31 Jan 2022 18:13:00 +0300 Anton Shestakov obsolete: don't use os.stat in repo.obsstore.__nonzero__ if it's static HTTP
Mon, 07 Feb 2022 12:25:46 +0300 Anton Shestakov obsolete: always return frozensets from obsolete.getrevs()
Mon, 31 Jan 2022 18:05:36 +0300 Anton Shestakov obsolete: don't import from .node twice
Fri, 28 Jan 2022 19:07:52 +0300 Anton Shestakov obsolete: make sure windows tests pass when stat() is given a URL
Wed, 28 Jul 2021 13:45:07 +0300 Anton Shestakov obsolete: disable other evolution config options if createmarkers is off
Tue, 23 Feb 2021 10:28:42 -0800 Martin von Zweigbergk rewriteutil: check for divergence
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 23 Jul 2020 20:23:44 +0200 Joerg Sonnenberger obsstore: refactor v1 logic to fix 32 byte hash support
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Mon, 13 Jan 2020 17:15:14 -0500 Augie Fackler core: migrate uses of hashlib.sha1 to hashutil.sha1
Sat, 09 Nov 2019 13:23:52 +0100 Pierre-Yves David index: use `index.get_rev` in `obsolete._computephasedivergentset`
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Wed, 19 Jun 2019 18:22:10 -0400 Augie Fackler tracing: add a couple of trace points on obsolete and repoview
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Mon, 29 Apr 2019 23:00:42 -0400 Matt Harbison obsolete: drop the legacy `_enabled` variable
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Fri, 19 Oct 2018 01:07:08 +0200 Boris Feld obsolete: prefetch the repo.obsstore used in phasedivergence loop
Fri, 12 Oct 2018 16:51:11 +0200 Yuya Nishihara obsolete: don't translate internal error message
Fri, 12 Oct 2018 06:22:15 -0400 Augie Fackler obsolete: convert error string to a sysstr
Fri, 05 Oct 2018 01:55:51 +0300 Zharaskhan Aman obsolete: fix ValueError when stored note contains ':' char (issue5783)
Wed, 26 Sep 2018 23:50:14 +0200 Boris Feld obsolete: explicitly track folds inside the markers
Wed, 03 Oct 2018 10:27:44 -0700 Martin von Zweigbergk cleanup: some Yoda conditions, this patch removes
Sat, 22 Sep 2018 14:40:33 +0200 Boris Feld obsolete: allow multiple predecessors in createmarkers
Wed, 26 Sep 2018 21:03:09 +0200 Boris Feld obsolete: preindent code in createmarkers
Wed, 26 Sep 2018 23:37:43 +0200 Boris Feld obsolete: explicitly pass relation items to effectflag computation
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Sun, 15 Jul 2018 18:32:17 +0900 Yuya Nishihara obsolete: explode if metadata contains invalid UTF-8 sequence (API)
Sun, 15 Jul 2018 18:24:57 +0900 Yuya Nishihara obsolete: store user name and note in UTF-8 (issue5754) (BC)
Tue, 22 May 2018 18:10:00 +0200 Boris Feld phases: define an official tuple of mutable phases
Sun, 04 Mar 2018 09:58:57 -0500 Gregory Szorc obsolete: refactor function for getting obsolete options
Tue, 20 Mar 2018 14:12:05 +0800 Anton Shestakov obsolete: add a note that explains creating aliases for marker flags
Tue, 13 Mar 2018 20:34:38 +0800 Anton Shestakov obsolete: move marker flags to obsutil
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
less more (0) -300 -100 -60 tip