mercurial/sparse.py
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
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)
Thu, 06 Jul 2017 22:20:38 -0700 Martin von Zweigbergk sparse: access status fields by name instead of deconstructing it
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 16:10:28 -0700 Gregory Szorc sparse: inline signature cache clearing
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 16:01:36 -0700 Gregory Szorc sparse: clean up config signature code
Thu, 06 Jul 2017 16:11:56 -0700 Gregory Szorc sparse: move config signature logic into core
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
Thu, 06 Jul 2017 12:14:12 -0700 Gregory Szorc sparse: move profile reading into core
Thu, 06 Jul 2017 12:14:03 -0700 Gregory Szorc sparse: move config parsing into core
less more (0) tip