log

age author description
Fri, 15 Mar 2019 09:07:23 +0000 Pierre-Yves David manifestcache: skip setup earlier if we don't have the lock
Thu, 14 Mar 2019 11:46:18 +0000 Pierre-Yves David manifestcache: test the cache is warm after a commit
Fri, 15 Mar 2019 13:52:36 +0000 Pierre-Yves David manifestcache: stop altering the lru cache order while displaying it
Fri, 15 Mar 2019 13:52:56 +0000 Pierre-Yves David manifestcache: support multiple cache addition in one debug command run
Thu, 14 Mar 2019 18:11:22 -0700 Gregory Szorc wix: autogenerate wxs file for library files
Thu, 14 Mar 2019 17:59:51 -0700 Gregory Szorc wix: introduce variable to hold path to wix packaging directory
Thu, 14 Mar 2019 18:25:23 -0700 Gregory Szorc wix: package missing .dll and .pyd files
Thu, 14 Mar 2019 18:25:07 -0700 Gregory Szorc setup: exclude crypt32.dll in py2exe builds
Thu, 14 Mar 2019 13:27:37 -0700 Gregory Szorc packaging: don't bundle DLLs in py2exe library.zip for x86 builds
Thu, 14 Mar 2019 18:14:33 -0700 Gregory Szorc packaging: convert files to LF
Wed, 13 Mar 2019 10:51:40 -0700 Martin von Zweigbergk dirstate: remove obsolete reference to dirstate.beginparentchange
Sat, 09 Mar 2019 00:44:26 +0000 Ian Moody py3: use pycompat.iterbytestr to convert memoryview slice to bytestring
Thu, 14 Mar 2019 14:46:29 -0700 Martin von Zweigbergk rebase: fix crash with in-memory rebase and copies
Thu, 14 Mar 2019 13:53:20 -0700 Martin von Zweigbergk test: demonstrate crash with in-memory rebase and copies
Thu, 14 Mar 2019 09:12:46 +0000 Pierre-Yves David manifestcache: actually honor --clear
Thu, 14 Mar 2019 10:58:53 +0000 Pierre-Yves David manifestcache: make sure the entry are ordered by access time
Thu, 14 Mar 2019 09:12:27 +0000 Pierre-Yves David manifestcache: adding a second distinct entry
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