Tue, 20 Oct 2020 22:04:04 +0530 Pulkit Goyal merge with default for 5.6rc0 stable 5.6rc0
Thu, 15 Oct 2020 22:57:30 -0700 Martin von Zweigbergk tag: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:36:17 -0700 Martin von Zweigbergk serve: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:36:08 -0700 Martin von Zweigbergk revert: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:23:45 -0700 Martin von Zweigbergk incoming: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:23:35 -0700 Martin von Zweigbergk grep: levarage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 21:48:43 -0700 Martin von Zweigbergk import: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 21:44:03 -0700 Martin von Zweigbergk backout: leverage cmdutil.check_incompatible_arguments()
Mon, 12 Oct 2020 12:52:45 -0700 Martin von Zweigbergk transaction: use ProgrammingError for when an committed transaction is used
Mon, 05 Oct 2020 17:18:39 -0400 Mitchell Plamann hook: ignore EPIPE when flushing stdout/stderr
Mon, 05 Oct 2020 13:23:16 -0400 Mitchell Plamann test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
Tue, 13 Oct 2020 05:14:37 +0200 Pierre-Yves David upgrade: allow sidedata upgrade to modify revision flag
Tue, 13 Oct 2020 03:30:49 +0200 Pierre-Yves David sidedata: return enough data to set the proper flag in the future
Tue, 13 Oct 2020 02:49:03 +0200 Pierre-Yves David test: move upgrade run and check earlier in test-copies-chain-merge
Tue, 13 Oct 2020 02:45:24 +0200 Pierre-Yves David copies: split creation of the graph and actual checking again
Thu, 15 Oct 2020 10:28:27 -0700 Martin von Zweigbergk copy: clarify in help text that `hg co --forget` takes a *destination* file
Thu, 15 Oct 2020 15:57:31 +0200 Pierre-Yves David test: check server error output in `test-pull-bundle.t`
Tue, 06 Oct 2020 01:51:56 +0200 Joerg Sonnenberger unbundle: free temporary objects after use
Tue, 13 Oct 2020 03:23:17 +0200 Pierre-Yves David changing-files: add a shorthand property to check for copy relevant info
Wed, 14 Oct 2020 17:51:56 +0200 Pierre-Yves David pycompat: add an entry for unnamedtmpfile
Wed, 14 Oct 2020 21:47:14 +0200 Pierre-Yves David pycompat: update comment about unnamedtempfile
Tue, 08 Sep 2020 18:16:24 +0900 Yuya Nishihara revset: add diff(pattern) predicate for "grep --diff"
Mon, 05 Oct 2020 20:40:39 +0900 Yuya Nishihara stringutil: add function to compile stringmatcher pattern into regexp
Wed, 14 Oct 2020 22:10:48 +0900 Yuya Nishihara py3: fix stringmatcher() to byte-stringify exception message
Mon, 05 Oct 2020 20:53:34 +0900 Yuya Nishihara stringutil: extract helper function that splits stringmatcher() pattern
Wed, 09 Sep 2020 17:17:38 +0900 Yuya Nishihara grep: extract main search loop as searcher method
Sun, 04 Oct 2020 13:17:57 +0900 Yuya Nishihara scmutil: move walkchangerevs() from cmdutil
Wed, 09 Sep 2020 17:04:44 +0900 Yuya Nishihara grep: extract public function to register file to be skipped
Tue, 13 Oct 2020 16:44:57 -0400 Matt Harbison posix: avoid a leaked file descriptor in a unix domain socket exception case
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
Fri, 09 Oct 2020 08:08:54 -0700 Martin von Zweigbergk tests: fix test-url.py on py3, broken by D9179
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip