log mercurial/sparse.py @ 38767:eb2945f0a4a1

age author description
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()