hgext/sparse.py
Fri, 10 Jun 2022 23:19:04 +0200 Pierre-Yves David sparse: directly inline the `set_tracked` and `copy` wrapping
Fri, 10 Jun 2022 23:29:04 +0200 Pierre-Yves David sparse: drop the useless wrapping of `dirstate.set_untracked`
Sat, 11 Jun 2022 00:59:11 +0200 Pierre-Yves David sparse: directly inline the `rebuild` wrapping
Sat, 11 Jun 2022 00:58:41 +0200 Pierre-Yves David sparse: directly inline the `walk` wrapping
Sat, 11 Jun 2022 00:56:50 +0200 Pierre-Yves David sparse: use None as the sparse matcher value when disabled
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 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 07 Feb 2022 00:33:22 -0500 Valentin Gatien-Baron sparse: rework debugsparse's interface
Tue, 24 Aug 2021 21:11:57 +0200 Pierre-Yves David dirstate: drop the deprecated `merge` method
Tue, 24 Aug 2021 21:11:42 +0200 Pierre-Yves David dirstate: drop the deprecated `remove` method
Tue, 24 Aug 2021 21:09:20 +0200 Pierre-Yves David dirstate: drop the deprecated `add` method
Tue, 24 Aug 2021 21:08:37 +0200 Pierre-Yves David dirstate: drop the deprecated `normallookup` method
Tue, 24 Aug 2021 21:08:09 +0200 Pierre-Yves David dirstate: drop the deprecated `normal` method
Thu, 08 Jul 2021 00:54:40 +0200 Pierre-Yves David dirstate: add a `set_untracked` method for "hg remove"-like usage
Thu, 08 Jul 2021 03:03:34 +0200 Pierre-Yves David dirstate: add a `set_tracked` method for "hg add"-like usage
Mon, 21 Sep 2020 11:53:44 -0700 Martin von Zweigbergk merge: replace calls to hg.updaterepo() by merge.update()
Sat, 12 Sep 2020 21:06:16 +0900 Yuya Nishihara log: introduce struct that carries log traversal options
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 14:58:42 -0400 Gregory Szorc py3: manually import pycompat.setattr 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, 27 May 2019 16:55:46 -0400 Valentin Gatien-Baron merge: fix race that could cause wrong size in dirstate
Mon, 18 Mar 2019 14:48:49 +0300 Pulkit Goyal debugsparse: abort if the repository is not sparse instead of ui.status()
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)
Mon, 24 Dec 2018 16:04:52 +0300 Pulkit Goyal sparse: fix debugrebuilddirsate when narrow extension is enabled
Mon, 24 Dec 2018 15:30:39 +0300 Pulkit Goyal sparse: don't enable on clone if it was a narrow clone
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sun, 20 May 2018 18:41:24 +0530 Pulkit Goyal py3: add r'' prefixes to fix kwargs handling in hgext/sparse.py
Fri, 26 Jan 2018 19:48:39 +0900 Yuya Nishihara dirstate: drop explicit files that shouldn't match (BC) (issue4679)
Sun, 21 Jan 2018 12:48:39 +0900 Yuya Nishihara logcmdutil: drop redundant "log" from function names (API)
Sun, 21 Jan 2018 12:26:42 +0900 Yuya Nishihara cmdutil: split functions of log-like commands to new module (API)
Mon, 20 Nov 2017 23:23:10 -0800 Gregory Szorc py3: use byteskwargs in sparse.py
Fri, 04 Aug 2017 05:38:22 -0700 Kostia Balytskyi sparse: treat paths as cwd-relative
Sat, 15 Jul 2017 13:21:23 -0700 Gregory Szorc sparse: require [section] in sparse config files (BC)
Tue, 11 Jul 2017 10:46:35 -0700 Martin von Zweigbergk sparse: override dirstate.walk() instead of dirstate._ignore
Mon, 10 Jul 2017 21:39:49 -0700 Gregory Szorc sparse: move config updating function into core
Sat, 08 Jul 2017 16:18:04 -0700 Gregory Szorc dirstate: expose a sparse matcher on dirstate (API)
Sat, 08 Jul 2017 15:42:11 -0700 Gregory Szorc sparse: use self instead of repo.dirstate
Sat, 08 Jul 2017 14:15:07 -0700 Gregory Szorc sparse: move code for importing rules from files into core
Sat, 08 Jul 2017 14:01:32 -0700 Gregory Szorc sparse: refactor activeprofiles into a generic function (API)
Sat, 08 Jul 2017 13:34:19 -0700 Gregory Szorc sparse: move printing of sparse config changes function into core
Sat, 08 Jul 2017 13:19:38 -0700 Gregory Szorc sparse: move code for clearing rules to core
Fri, 07 Jul 2017 11:51:10 -0700 Gregory Szorc sparse: move post commit actions into core
Thu, 06 Jul 2017 14:53:08 -0700 Gregory Szorc sparse: move working directory refreshing into core
Thu, 06 Jul 2017 16:29:31 -0700 Gregory Szorc sparse: refactor update actions filtering and call from core
Thu, 06 Jul 2017 16:17:35 -0700 Gregory Szorc sparse: move update action filtering into core
Thu, 06 Jul 2017 14:33:18 -0700 Gregory Szorc sparse: move pruning of temporary includes into core
Thu, 06 Jul 2017 17:41:45 -0700 Gregory Szorc sparse: move function for resolving sparse matcher into core
Thu, 06 Jul 2017 17:39:24 -0700 Gregory Szorc match: move matchers from sparse into core
Thu, 06 Jul 2017 16:11:56 -0700 Gregory Szorc sparse: move config signature logic into core
Thu, 06 Jul 2017 17:31:33 -0700 Gregory Szorc sparse: remove custom hash matcher
Thu, 06 Jul 2017 16:37:36 -0700 Martin von Zweigbergk sparse: override __repr__ in matchers
Thu, 06 Jul 2017 14:48:16 -0700 Gregory Szorc sparse: move some temporary includes functions into core
Thu, 06 Jul 2017 12:24:55 -0700 Gregory Szorc sparse: move config file writing into core
Thu, 06 Jul 2017 12:20:53 -0700 Gregory Szorc localrepo: add sparse caches
Thu, 06 Jul 2017 12:26:04 -0700 Gregory Szorc sparse: move active profiles function into core
Thu, 06 Jul 2017 12:15:14 -0700 Gregory Szorc sparse: move resolving of sparse patterns for rev into core
Thu, 06 Jul 2017 12:06:37 -0700 Gregory Szorc sparse: variable to track if sparse is enabled
less more (0) -60 tip