mercurial/sparse.py
Wed, 08 Jun 2022 09:31:01 +0200 Pierre-Yves David sparse: start moving away from the global variable for detection of usage
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
Tue, 15 Feb 2022 13:32:30 -0500 Augie Fackler sparse: add timing block for parsing sparse configs
Mon, 07 Feb 2022 00:33:22 -0500 Valentin Gatien-Baron sparse: rework debugsparse's interface
Fri, 28 Jan 2022 15:19:58 +0100 Pierre-Yves David merge-actions: add an explicite "no_op" attribute
Tue, 11 Jan 2022 06:40:44 +0100 Pierre-Yves David sparse: take lock before writing requirements
Mon, 29 Nov 2021 12:27:33 +0000 Arseniy Alekseyev sparse: lock the store when updating requirements config stable
Mon, 19 Jul 2021 09:08:54 +0200 Pierre-Yves David sparse: use `update_file` instead of `drop`
Mon, 19 Jul 2021 01:58:45 +0200 Pierre-Yves David sparse: use `update_file` instead of `drop` in `refreshwdir`
Mon, 19 Jul 2021 01:59:09 +0200 Pierre-Yves David sparse: use `update_file` instead of `normallookup` in refreshwdir
Mon, 19 Jul 2021 01:58:34 +0200 Pierre-Yves David sparse: use `update_file` instead of `normal` in `refreshwdir`
Mon, 19 Jul 2021 01:58:24 +0200 Pierre-Yves David sparse: use `update_file` instead of `normal` during `applyupdates`
Mon, 19 Jul 2021 04:26:06 +0200 Pierre-Yves David sparse: apply update with in a `parentchange` context
Thu, 08 Jul 2021 19:06:32 +0200 Pierre-Yves David sparse: clear rules in the context of a `parentchanges` context
Thu, 08 Jul 2021 18:59:55 +0200 Pierre-Yves David sparse: make sure we adjust the dirstate at the same time as the parent
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Wed, 16 Sep 2020 18:09:32 +0530 Pulkit Goyal mergestate: define NO_OP_ACTION in module scope instead of inside mergeresult
Mon, 14 Sep 2020 13:51:39 +0530 Pulkit Goyal mergeresult: introduce dedicated tuple for no-op actions
Sat, 08 Aug 2020 16:24:12 +0530 Pulkit Goyal requirements: introduce new requirements related module
Sat, 08 Aug 2020 10:06:32 -0700 Pulkit Goyal repository: introduce constant for sparse repo requirement and use it
Wed, 05 Aug 2020 16:00:25 +0530 Pulkit Goyal mergeresult: introduce filemap() which yields filename based mapping
Mon, 03 Aug 2020 18:33:00 +0530 Pulkit Goyal sparse: replace merge action values with mergestate.ACTION_* constants
Mon, 03 Aug 2020 14:12:13 +0530 Pulkit Goyal merge: pass mergeresult obj instead of actions in applyupdates() (API)
Fri, 24 Jul 2020 23:49:08 +0530 Pulkit Goyal sparse: add comment for an if condition which I tried to refactor
Fri, 24 Jul 2020 23:40:07 +0530 Pulkit Goyal mergeactions: use action constants instead of string values
Fri, 24 Jul 2020 19:19:47 +0530 Pulkit Goyal sparse: pass mergeresult obj in sparse.filterupdatesactions() (API)
Tue, 14 Apr 2020 16:43:54 +0530 Pulkit Goyal scmutil: add writereporequirements() and route requires writing through it
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Mon, 13 Jan 2020 17:15:14 -0500 Augie Fackler core: migrate uses of hashlib.sha1 to hashutil.sha1
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 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, 27 May 2019 16:55:46 -0400 Valentin Gatien-Baron merge: fix race that could cause wrong size in dirstate
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Sun, 10 Feb 2019 14:35:36 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments to constructors (API)
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Fri, 21 Dec 2018 09:48:30 -0800 Martin von Zweigbergk merge: extract helper for creating empty "actions" dict
Tue, 21 Aug 2018 16:11:17 +0300 Pulkit Goyal sparse: add local files to temporaryfiles if they exist out of sparse
Sat, 04 Aug 2018 17:17:31 +0900 Yuya Nishihara sparse: use named parameters in i18n strings
Sat, 04 Aug 2018 17:11:03 +0900 Yuya Nishihara sparse: do not include operator in i18n strings
Fri, 03 Aug 2018 22:24:58 +0530 Pulkit Goyal sparse: add an action argument to parseconfig()
Wed, 11 Apr 2018 22:36:16 +0530 Pulkit Goyal py3: make sure we open file in bytes mode
Thu, 18 Jan 2018 13:33:21 -0800 Hollis Blanchard sparse: --include 'dir1/dir2' should not include 'dir1/*'
Fri, 29 Dec 2017 05:25:27 +0530 Pulkit Goyal py3: use node.hex(h.digest()) instead of h.hexdigest()
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: add merge action 'pr' to rename files during update
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: add merge action 'p' to record path conflicts during update
Fri, 04 Aug 2017 05:38:22 -0700 Kostia Balytskyi sparse: treat paths as cwd-relative
Wed, 02 Aug 2017 15:05:21 -0700 Kostia Balytskyi sparse: properly error out when absolute paths are used
Mon, 17 Jul 2017 11:45:38 -0700 Gregory Szorc sparse: add a requirement when a repository uses sparse (BC)
Mon, 17 Jul 2017 11:21:23 -0700 Gregory Szorc sparse: consolidate common code for writing sparse config
Sat, 15 Jul 2017 13:21:23 -0700 Gregory Szorc sparse: require [section] in sparse config files (BC)
Sat, 15 Jul 2017 13:07:57 -0700 Gregory Szorc sparse: use set for capturing profiles
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Fri, 07 Jul 2017 14:39:59 -0700 Martin von Zweigbergk match: write forceincludematcher using unionmatcher
Mon, 10 Jul 2017 21:55:43 -0700 Gregory Szorc sparse: shorten try..except block in updateconfig()
Mon, 10 Jul 2017 21:43:19 -0700 Gregory Szorc sparse: clean up updateconfig()
Mon, 10 Jul 2017 21:39:49 -0700 Gregory Szorc sparse: move config updating function into core
less more (0) -60 tip