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
|
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
|
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
|
Sat, 20 May 2017 15:02:30 +0200 |
Pierre-Yves David |
obsolete: add a function to compute "exclusive-markers" for a set of nodes
|
Thu, 25 May 2017 16:50:23 +0200 |
Pierre-Yves David |
obsolete: raise richer exception on unknown version
|
Thu, 25 May 2017 19:37:29 +0200 |
Pierre-Yves David |
obsolete: fix relevant-obsmarkers computation on pruned changeset
|
Fri, 19 May 2017 12:08:47 +0200 |
Boris Feld |
devel: use default-date config field when creating obsmarkers
|
Sun, 21 May 2017 02:45:32 -0400 |
Augie Fackler |
merge with stable
|
Sat, 13 Aug 2016 12:23:56 +0900 |
Yuya Nishihara |
parsers: switch to policy importer
|
Sat, 20 May 2017 03:10:23 +0200 |
Pierre-Yves David |
obsmarker: add an experimental flag controlling "operation" recording
|
Fri, 19 May 2017 13:12:42 +0200 |
Pierre-Yves David |
obsolete: move the 'isenabled' function at the top of the file
|
Tue, 09 May 2017 16:29:31 -0700 |
Durham Goode |
obsolete: add operation metadata to rebase/amend/histedit obsmarkers
|
Wed, 17 May 2017 15:39:37 +0200 |
Pierre-Yves David |
obsolete: invalidate "volatile" set cache after merging marker
stable
|
Sat, 13 May 2017 11:42:42 -0700 |
Gregory Szorc |
obsolete: use 2 argument form of enumerate()
|
Wed, 26 Apr 2017 21:56:47 +0900 |
Yuya Nishihara |
base85: proxy through util module
|
Mon, 13 Mar 2017 12:40:14 -0700 |
Gregory Szorc |
py3: add __bool__ to every class defining __nonzero__
|
Sat, 18 Feb 2017 00:55:20 -0800 |
Jun Wu |
obsolete: avoid using revset language to compute the obsolete revset
|
Tue, 20 Sep 2016 23:48:19 +0000 |
timeless |
obsolete: use single quotes in use warning
|
Fri, 02 Sep 2016 10:18:56 +0200 |
liscju |
obsolete: fix minor module documentation issues
|
Tue, 14 Jun 2016 11:53:55 +0200 |
liscju |
i18n: translate abort messages
|
Fri, 27 May 2016 05:24:45 +0000 |
timeless |
obsolete: fix grammar
|
Tue, 12 Apr 2016 04:06:50 -0700 |
Kostia Balytskyi |
obsstore: move delete function from obsstore class to repair module
|
Tue, 12 Apr 2016 03:40:53 -0700 |
Kostia Balytskyi |
debugobsolete: style fixes to debugobsolete that slipped from original commit
|
Fri, 01 Apr 2016 15:12:50 -0700 |
Kostia Balytskyi |
commands: allow debugobsolete to delete arbitrary obsmarkers
|
Thu, 04 Feb 2016 15:38:04 -0800 |
Durham Goode |
obsolete: fix n^2 marker computation behavior
|
Wed, 13 Jan 2016 21:52:26 -0800 |
Laurent Charignon |
obsolete: make _computeobsoleteset much faster
|
Sat, 12 Dec 2015 13:30:47 -0500 |
Gregory Szorc |
obsolete: use absolute_import
|
Thu, 15 Oct 2015 12:45:34 +0100 |
Pierre-Yves David |
obsstore: make the readonly attribute accessible
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sun, 13 Sep 2015 18:01:01 +0900 |
Yuya Nishihara |
obsstore: fast path to check if obsstore is empty
|
Sun, 13 Sep 2015 17:52:37 +0900 |
Yuya Nishihara |
obsstore: delay loading markers from obsstore file
|