log

age author description
Tue, 13 Oct 2020 16:41:01 -0400 Matt Harbison posix: use context managers in a couple of places
Wed, 14 Oct 2020 14:43:39 -0700 Kyle Lippincott record: when backing up, avoid generating very long filenames
Sat, 10 Oct 2020 12:43:04 +0530 Pulkit Goyal mergestate: add `allextras()` to get all extras
Tue, 06 Oct 2020 19:11:34 +0530 Pulkit Goyal mergestate: document `o` merge record state in _mergestate_base docs
Fri, 09 Oct 2020 00:33:50 -0400 Matt Harbison fix: update commit hash references in the new commits
Fri, 09 Oct 2020 00:14:07 -0400 Matt Harbison absorb: update commit hash references in the new commits
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