log

age author description
Thu, 14 Mar 2019 10:53:28 +0000 Pierre-Yves David manifestcache: test that adding the same entry twice do not duplicates it
Thu, 14 Mar 2019 09:11:41 +0000 Pierre-Yves David manifestcache: do not display data when using --add
Thu, 14 Mar 2019 10:43:01 +0000 Pierre-Yves David manifestcache: only lock the repository if the debug command touch the cache
Thu, 14 Mar 2019 10:24:51 +0000 Pierre-Yves David manifestcache: further fix to debug command output
Thu, 14 Mar 2019 09:11:18 +0000 Pierre-Yves David manifestcache: test and fix some output of the debug command
Thu, 27 Dec 2018 13:36:17 -0800 Kyle Lippincott chunkselector: fix typos in instructions when user reviews patch
Mon, 11 Mar 2019 14:04:48 -0700 Martin von Zweigbergk scmutil: document matcher argument of movedirstate()
Mon, 11 Mar 2019 09:42:29 -0700 Martin von Zweigbergk uncommit: move _movedirstate() to scmutil for reuse
Mon, 11 Mar 2019 09:20:26 -0700 Martin von Zweigbergk copies: remove dependency on scmutil by directly using match.exact()
Mon, 11 Mar 2019 09:35:36 -0700 Martin von Zweigbergk uncommit: convert _fixdirstate() into _movedirstate()
Mon, 11 Mar 2019 02:34:12 +0100 Pierre-Yves David updatecaches: also warm the tags caches
Mon, 11 Mar 2019 02:32:21 +0100 Pierre-Yves David updatecaches: also warm revbranchcache for filtered revisions
Wed, 13 Feb 2019 15:50:14 +0530 Sushil khanchi copies: handle a case when both merging csets are not descendant of merge base
Thu, 14 Feb 2019 16:09:43 +0530 Sushil khanchi copies: add test that makes both the merging csets dirty and fails
Thu, 14 Feb 2019 17:11:35 +0530 Sushil khanchi copies: add test that makes both the merging csets dirty and run w/o error