Wed, 10 Mar 2021 13:14:32 +0530 Pulkit Goyal commit: get info from mergestate whether a file was merged or not
Thu, 25 Mar 2021 19:06:28 -0400 Matt Harbison typing: disable processing of mercurial/upgrade_utils/actions.py stable
Wed, 17 Mar 2021 20:06:35 +0100 Pierre-Yves David revset: introduce a `nodefromfile` revset
Fri, 19 Mar 2021 00:28:30 -0400 Matt Harbison commands: necessary annotations and assertions to pass pytype
Thu, 18 Mar 2021 23:41:00 -0400 Matt Harbison typing: mark the argument to mercurial.i18n.gettext() non-Optional
Thu, 18 Mar 2021 18:57:21 -0400 Matt Harbison revlog: convert an Abort message to bytes
Wed, 17 Mar 2021 19:06:00 +0100 Pierre-Yves David setdiscovery: add a discovery.grow-sample.dynamic option
Wed, 17 Mar 2021 19:10:28 +0100 Pierre-Yves David setdiscovery: rearrange code deciding if we will grow the sample
Wed, 17 Mar 2021 18:40:50 +0100 Pierre-Yves David debugdiscovery: document relevant config option
Fri, 26 Mar 2021 18:37:25 +0100 Pierre-Yves David re2: feed unicode string to re2 module when necessary stable
Fri, 19 Mar 2021 12:08:46 -0700 Martin von Zweigbergk rebase: skip obsolete commits even if they have pruned successors
Sat, 20 Mar 2021 00:37:57 +0100 Joerg Sonnenberger tests: ask any chg instance to terminate before looking at sqlite dbs
Sat, 20 Mar 2021 00:36:43 +0100 Joerg Sonnenberger chg: kill trailing comma in SEE ALSO
Fri, 19 Mar 2021 23:16:09 -0700 Martin von Zweigbergk bisect: use standard one-line commit summary
Fri, 19 Mar 2021 13:18:53 +0100 Simon Sapin rhg: Add more conversions between error types
Fri, 19 Mar 2021 23:51:46 +0100 Joerg Sonnenberger tests: resort to fix test with newer git versions
Fri, 19 Mar 2021 23:34:29 +0100 Joerg Sonnenberger git: fix missing case from 6266d19556ad (introduction of nodeconstants)
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Sat, 13 Mar 2021 02:09:23 -0500 Matt Harbison typing: rewrite a conditional assignment to unconfuse pytype stable
Sat, 13 Mar 2021 02:07:34 -0500 Matt Harbison typing: add assertions to localrepo.py to appease pytype stable
Fri, 12 Mar 2021 21:19:17 -0500 Matt Harbison obsutil: maintain a homogenous list when computing successors stable
Fri, 12 Mar 2021 23:28:56 -0500 Matt Harbison typing: add an assertion to verify.py to appease pytype stable
Fri, 12 Mar 2021 20:25:12 -0500 Matt Harbison typing: add an assertion to mercurial/hgweb/webcommands.py to help pytype stable
Fri, 12 Mar 2021 19:02:07 -0500 Matt Harbison crecord: null out the curses attribute with `None` on failure to import stable
Sat, 13 Mar 2021 00:41:37 -0500 Matt Harbison typing: fix directives mangled by black stable
Sat, 13 Mar 2021 00:40:46 -0500 Matt Harbison typing: disable module attribute warnings for properly conditionalized code stable
Sat, 13 Mar 2021 00:38:59 -0500 Matt Harbison typing: disable import error warnings that are already handled stable
Fri, 12 Mar 2021 17:22:35 -0500 Matt Harbison typing: disable a few errors when accessing Windows specific attributes stable
Fri, 12 Mar 2021 16:55:18 -0500 Matt Harbison typing: disable a few errors calling py3.7+ functions in resourceutil.py stable
Tue, 02 Mar 2021 00:05:22 +0100 Pierre-Yves David test-copies: add a test updating file content while merging a pure overwrite
Wed, 10 Mar 2021 13:08:41 +0530 Pulkit Goyal mergestate: don't pop stateextras when there are no conflicts on filemerge
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Wed, 10 Mar 2021 18:09:21 +0100 Joerg Sonnenberger revlog: guarantee that p1 != null if a non-null parent exists
Wed, 10 Mar 2021 05:50:20 +0100 Pierre-Yves David push: allow to specify multiple destinations
Wed, 17 Mar 2021 15:20:45 +0100 Pierre-Yves David push: indent the some part of the command
Sun, 08 Nov 2020 20:17:09 +0100 Joerg Sonnenberger bundle: optional multithreaded compression, ATM zstd-only
Sat, 13 Mar 2021 08:59:03 +0100 Simon Sapin rust: Preallocate the returned `Vec` in `utils::files::relativize_path`
Tue, 01 Dec 2020 12:59:33 -0500 Augie Fackler black: merge config into main pyproject.toml now that we have it
Tue, 01 Dec 2020 12:52:04 -0500 Augie Fackler pyproject: add config file
Tue, 16 Mar 2021 12:52:23 +0100 Pierre-Yves David perf-util: add an helper revset to use the same spec as the case search script
Mon, 15 Mar 2021 18:01:42 +0100 Pierre-Yves David perf-helpers: add a search-discovery-case script
Tue, 16 Mar 2021 09:41:01 +0100 Pierre-Yves David debugdiscovery: add missing byte string marker to some help text
Mon, 15 Mar 2021 17:09:42 +0100 Pierre-Yves David debugdiscovery: also integrate the discovery output in the json one
Mon, 15 Mar 2021 16:55:03 +0100 Pierre-Yves David debugdiscovery: add support for Json output
Mon, 15 Mar 2021 16:37:11 +0100 Pierre-Yves David perf-helper: add a new sampling revset based on anti-chain
Mon, 15 Mar 2021 16:35:54 +0100 Pierre-Yves David perf-helper: add a small extension with revsets to select repository subset
Tue, 26 Feb 2019 15:54:20 -0800 Martin von Zweigbergk amend: mark commit obsolete after moving working copy
Wed, 10 Mar 2021 06:03:01 +0100 Pierre-Yves David pull: allow to specify multiple sources
Wed, 10 Mar 2021 06:03:55 +0100 Pierre-Yves David pull: pre-indent a part of the function
Wed, 10 Mar 2021 05:54:27 +0100 Pierre-Yves David command: clarify `postincoming` return and that return handling
Wed, 10 Mar 2021 05:54:02 +0100 Pierre-Yves David hg: make `clean` return consistent with the `update` function
Wed, 10 Mar 2021 16:28:46 +0100 Pierre-Yves David tests: rename `test-pull` to `test-pull-network.t`
Wed, 10 Mar 2021 16:35:17 +0100 Pierre-Yves David tests: move a test about update in test-pull-update.t
Fri, 12 Mar 2021 09:15:40 -0800 Martin von Zweigbergk split: close transaction in the unlikely event of a conflict while rebasing
Mon, 15 Mar 2021 13:05:00 +0100 Raphaël Gomès rust-status: fix issue6456 for the Rust implementation also
Tue, 16 Mar 2021 00:07:12 +0100 Joerg Sonnenberger README: document requirement for builtin zstd
Mon, 08 Mar 2021 21:04:51 +0100 Simon Sapin ci: Add a job testing with rhg installed as `hg`
Wed, 10 Mar 2021 13:54:46 +0100 Pierre-Yves David run-test: install rhg if --rhg is passed
Wed, 10 Mar 2021 13:54:13 +0100 Pierre-Yves David makefile: add a install option
Wed, 10 Mar 2021 13:54:00 +0100 Pierre-Yves David makefile: add a build-rhg option
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip