Wed, 25 Jan 2023 19:12:31 +0100 |
Pierre-Yves David |
dirstate: rename parentchange to changing_parents
|
file |
diff |
annotate
|
Wed, 25 Jan 2023 18:46:20 +0100 |
Pierre-Yves David |
dirstate: pass the repo to the `changeparent` method
|
file |
diff |
annotate
|
Wed, 08 Jun 2022 09:31:01 +0200 |
Pierre-Yves David |
sparse: start moving away from the global variable for detection of usage
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Tue, 15 Feb 2022 13:32:30 -0500 |
Augie Fackler |
sparse: add timing block for parsing sparse configs
|
file |
diff |
annotate
|
Mon, 07 Feb 2022 00:33:22 -0500 |
Valentin Gatien-Baron |
sparse: rework debugsparse's interface
|
file |
diff |
annotate
|
Fri, 28 Jan 2022 15:19:58 +0100 |
Pierre-Yves David |
merge-actions: add an explicite "no_op" attribute
|
file |
diff |
annotate
|
Tue, 11 Jan 2022 06:40:44 +0100 |
Pierre-Yves David |
sparse: take lock before writing requirements
|
file |
diff |
annotate
|
Mon, 29 Nov 2021 12:27:33 +0000 |
Arseniy Alekseyev |
sparse: lock the store when updating requirements config
stable
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 09:08:54 +0200 |
Pierre-Yves David |
sparse: use `update_file` instead of `drop`
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 01:58:45 +0200 |
Pierre-Yves David |
sparse: use `update_file` instead of `drop` in `refreshwdir`
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 01:59:09 +0200 |
Pierre-Yves David |
sparse: use `update_file` instead of `normallookup` in refreshwdir
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 01:58:34 +0200 |
Pierre-Yves David |
sparse: use `update_file` instead of `normal` in `refreshwdir`
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 01:58:24 +0200 |
Pierre-Yves David |
sparse: use `update_file` instead of `normal` during `applyupdates`
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 04:26:06 +0200 |
Pierre-Yves David |
sparse: apply update with in a `parentchange` context
|
file |
diff |
annotate
|
Thu, 08 Jul 2021 19:06:32 +0200 |
Pierre-Yves David |
sparse: clear rules in the context of a `parentchanges` context
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Wed, 16 Sep 2020 18:09:32 +0530 |
Pulkit Goyal |
mergestate: define NO_OP_ACTION in module scope instead of inside mergeresult
|
file |
diff |
annotate
|
Mon, 14 Sep 2020 13:51:39 +0530 |
Pulkit Goyal |
mergeresult: introduce dedicated tuple for no-op actions
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 16:24:12 +0530 |
Pulkit Goyal |
requirements: introduce new requirements related module
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 10:06:32 -0700 |
Pulkit Goyal |
repository: introduce constant for sparse repo requirement and use it
|
file |
diff |
annotate
|
Wed, 05 Aug 2020 16:00:25 +0530 |
Pulkit Goyal |
mergeresult: introduce filemap() which yields filename based mapping
|
file |
diff |
annotate
|
Mon, 03 Aug 2020 18:33:00 +0530 |
Pulkit Goyal |
sparse: replace merge action values with mergestate.ACTION_* constants
|
file |
diff |
annotate
|
Mon, 03 Aug 2020 14:12:13 +0530 |
Pulkit Goyal |
merge: pass mergeresult obj instead of actions in applyupdates() (API)
|
file |
diff |
annotate
|
Fri, 24 Jul 2020 23:49:08 +0530 |
Pulkit Goyal |
sparse: add comment for an if condition which I tried to refactor
|
file |
diff |
annotate
|
Fri, 24 Jul 2020 23:40:07 +0530 |
Pulkit Goyal |
mergeactions: use action constants instead of string values
|
file |
diff |
annotate
|
Fri, 24 Jul 2020 19:19:47 +0530 |
Pulkit Goyal |
sparse: pass mergeresult obj in sparse.filterupdatesactions() (API)
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 16:43:54 +0530 |
Pulkit Goyal |
scmutil: add writereporequirements() and route requires writing through it
|
file |
diff |
annotate
|