log

age author description
Thu, 08 Oct 2020 23:33:04 -0400 Matt Harbison rewriteutil: handle dropped commits when updating description hashes
Fri, 09 Oct 2020 10:20:53 +0200 Pierre-Yves David dirstate-tree: move a conditional in an explicit boolean
Thu, 08 Oct 2020 18:50:46 +0200 Pierre-Yves David rust: cleanup some white space in a dock
Sat, 10 Oct 2020 13:19:25 +0530 Pulkit Goyal commit: pass ChangingFiles object as argument to _process_files
Sat, 10 Oct 2020 13:15:20 +0530 Pulkit Goyal commit: pass mergestate into `_process_files` instead of re-reading it
Sat, 10 Oct 2020 13:12:11 +0530 Pulkit Goyal commit: move salvaged calculation a bit earlier in the function
Sat, 10 Oct 2020 12:53:35 +0530 Pulkit Goyal commit: refactor salvage calculation to a different function
Thu, 08 Oct 2020 09:54:38 -0700 Martin von Zweigbergk tests: run test-copies-chain-merge.t also with copies in changesets
Thu, 08 Oct 2020 08:12:47 -0700 Martin von Zweigbergk tests: add test of copies suggested by Pierre-Yves on D9159
Thu, 08 Oct 2020 15:09:28 -0700 Martin von Zweigbergk tests: update test-copies-chain-merge.t to not use empty files
Fri, 09 Oct 2020 19:19:10 +0900 Yuya Nishihara revset: fix sorting key of wdir revision
Wed, 09 Sep 2020 16:18:26 +0900 Yuya Nishihara grep: move prep() to grepsearcher class
Wed, 09 Sep 2020 16:04:39 +0900 Yuya Nishihara grep: move readfile() to grepsearcher class
Wed, 09 Sep 2020 16:00:03 +0900 Yuya Nishihara grep: move getbody() to grepsearcher class
Wed, 09 Sep 2020 15:56:40 +0900 Yuya Nishihara grep: add stub class that maintains cache and states of grep operation
Wed, 09 Sep 2020 15:23:49 +0900 Yuya Nishihara grep: move match and diff logic to new module
Wed, 09 Sep 2020 15:17:26 +0900 Yuya Nishihara grep: explicitly pass regexp to closure functions
Thu, 08 Oct 2020 17:29:51 +0530 Pulkit Goyal upgrade: improve documentation of matchrevlog()
Fri, 09 Oct 2020 09:46:03 -0700 Gregory Szorc automation: support running against Python 3.9
Fri, 09 Oct 2020 09:22:59 -0700 Gregory Szorc automation: upgrade packages in Linux environment
Thu, 08 Oct 2020 18:17:20 -0700 Gregory Szorc packaging: upgrade packages in Windows environment
Thu, 08 Oct 2020 18:07:34 -0700 Gregory Szorc contrib: install Python 3.9.0
Thu, 08 Oct 2020 18:02:47 -0700 Gregory Szorc contrib: stop installing Python 3.5 and 3.6 in Windows environment
Fri, 09 Oct 2020 09:17:47 -0700 Martin von Zweigbergk py3: convert an exception message to bytes
Fri, 09 Oct 2020 08:08:54 -0700 Martin von Zweigbergk tests: fix test-url.py on py3, broken by D9179
Thu, 08 Oct 2020 16:14:06 +0200 Pierre-Yves David revset: add a `node` key for sorting
Sun, 04 Oct 2020 22:32:41 -0700 Gregory Szorc pyoxidizer: produce working Python 3 Windows installers (issue6366)
Thu, 08 Oct 2020 13:19:18 -0700 Martin von Zweigbergk tests: set git config using `git config` for simplicity
Thu, 08 Oct 2020 13:10:16 -0700 Martin von Zweigbergk tests: use `git init` instead of unusual synonym `git init-db`
Thu, 08 Oct 2020 13:37:31 -0700 Martin von Zweigbergk errors: name arguments to Abort constructor