log

age author description
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
Sun, 10 Mar 2019 16:51:21 -0400 Matt Harbison tests: stabilize test-bundle.t on Windows
Sun, 10 Mar 2019 19:01:56 +0100 Pierre-Yves David discovery-helper: use reflink copy if available
Sun, 10 Mar 2019 18:52:22 +0100 Pierre-Yves David discovery-helper: bail out if destination already exists
Sun, 10 Mar 2019 18:50:38 +0100 Pierre-Yves David discovery-helper: move repository creation in a function
Fri, 08 Mar 2019 21:38:57 +0100 Pierre-Yves David discovery-helper: add an extra argument to generate only one repo
Fri, 08 Mar 2019 10:29:48 -0800 Gregory Szorc wix: remove enum and future packages
Fri, 08 Mar 2019 10:27:40 -0800 Gregory Szorc wix: remove pywin32
Fri, 08 Mar 2019 10:25:05 -0800 Gregory Szorc wix: remove sphinx and dependencies
Fri, 08 Mar 2019 10:48:22 -0800 Gregory Szorc wix: functionality to automate building WiX installers
Thu, 07 Mar 2019 15:37:42 -0800 Gregory Szorc wix: move contrib/wix to contrib/packaging/wix
Fri, 08 Mar 2019 10:33:05 -0800 Gregory Szorc wix: remove hg.cmd
Thu, 07 Mar 2019 14:02:02 -0800 Gregory Szorc setup: include hgext3rd package in py2exe builds
Thu, 07 Mar 2019 13:47:28 -0800 Gregory Szorc setup: properly install build_hgextindex for py2exe builds
Thu, 07 Mar 2019 12:15:32 -0800 Gregory Szorc setup: configure py2exe config via environment variables
Thu, 07 Mar 2019 15:43:54 -0800 Gregory Szorc packaging: extract py2exe functionality to own module
Thu, 07 Mar 2019 10:49:59 -0800 Gregory Szorc packaging: extract python exe info to own function
Thu, 07 Mar 2019 10:36:20 -0800 Gregory Szorc packaging: don't use temporary directory
Thu, 07 Mar 2019 10:35:20 -0800 Gregory Szorc packaging: extract virtualenv and py2exe to build directory
Thu, 07 Mar 2019 15:43:14 -0800 Gregory Szorc packaging: move Inno Setup core logic into a module
Thu, 07 Mar 2019 10:22:09 -0800 Gregory Szorc packaging: move find_vc_runtime_files() into hgpackaging.util