log

age author description
Tue, 20 Oct 2020 22:06:30 +0530 Pulkit Goyal Added signature for changeset 0e06a7ab9e0d stable
Tue, 20 Oct 2020 22:06:23 +0530 Pulkit Goyal Added tag 5.6rc0 for changeset 0e06a7ab9e0d stable
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