Wed, 28 Jul 2021 13:45:41 +0300 Anton Shestakov rebase: use obsolete.isenabled() to check for experimental.allowdivergence stable
Wed, 28 Jul 2021 13:45:07 +0300 Anton Shestakov obsolete: disable other evolution config options if createmarkers is off
Wed, 28 Jul 2021 13:47:21 +0300 Anton Shestakov fix: use obsolete.isenabled() to check for experimental.allowdivergence
Wed, 28 Jul 2021 13:45:41 +0300 Anton Shestakov rebase: use obsolete.isenabled() to check for experimental.allowdivergence
Mon, 02 Aug 2021 16:23:45 +0200 Raphaël Gomès heptapod-ci: enable pytype testing for all pipelines stable
Mon, 02 Aug 2021 16:21:54 +0200 Raphaël Gomès pytype: add assertions to explain revlogv2 invariants to Pytype stable
Fri, 30 Jul 2021 00:11:56 -0400 Matt Harbison typing: add several assertions to dirstatemap to appease pytype stable
Mon, 02 Aug 2021 10:51:19 -0400 Matt Harbison windows: avoid a bytes vs unicode crash reading passwords on py2 stable
Sun, 01 Aug 2021 10:54:03 -0400 Valentin Gatien-Baron streamclone: ensure the server sends the right amount of data stable
Thu, 29 Jul 2021 16:23:45 -0400 Augie Fackler rewriteutil: fix crash when a rewritten message references f{6,64} stable
Thu, 29 Jul 2021 16:18:35 -0400 Augie Fackler tests: add explicit coverage for update_hash_refs from rewriteutil stable
Tue, 27 Jul 2021 19:36:20 +0200 Pierre-Yves David store: document the decoding discrepancy in store.py stable
Tue, 27 Jul 2021 19:19:00 +0200 Pierre-Yves David clone: add a file with special character while testing uncompressed stable
Tue, 27 Jul 2021 19:16:30 +0200 Pierre-Yves David clone: test local clone in `test-clone-uncompressed.t` too stable
Tue, 27 Jul 2021 00:49:16 +0200 Pierre-Yves David test-transaction-safety: relax some of the synchronisation schedule stable
Tue, 27 Jul 2021 00:44:57 +0200 Pierre-Yves David test-transaction-safety: document the test schedule stable
Thu, 29 Jul 2021 12:22:25 +0200 Simon Sapin rhg: Propagate permission errors when finding a repository stable
Thu, 29 Jul 2021 11:53:03 +0200 Simon Sapin rhg: Add build and config instructions to the README file stable
Wed, 28 Jul 2021 12:39:06 +0200 Pierre-Yves David dirstate: use `add` in the deprecation message about `add` stable
Mon, 26 Jul 2021 15:02:23 -0700 Kyle Lippincott help: correct config.profiling.freq name (frequency->freq) stable
Wed, 28 Jul 2021 13:18:13 +0200 Pierre-Yves David run-tests: use a small timeout for chg instance stable
Wed, 28 Jul 2021 14:56:10 +0200 Pierre-Yves David run-tests: do not inherit file descriptor when running a command stable
Wed, 28 Jul 2021 14:55:06 +0200 Pierre-Yves David dummyssh: make sure we don't inherit files descriptor to the children stable
Thu, 29 Jul 2021 02:20:26 +0200 Pierre-Yves David tests: make test-serve works on system that allow user to bind low port stable
Thu, 29 Jul 2021 17:04:55 -0400 Augie Fackler git: restore basic functionality (issue6545) stable
Thu, 29 Jul 2021 17:03:35 -0400 Augie Fackler dirstate: fix typo in docstring stable
Fri, 30 Jul 2021 00:11:56 -0400 Matt Harbison typing: add several assertions to dirstatemap to appease pytype
Mon, 26 Jul 2021 21:55:53 +0200 Pierre-Yves David help: indicate how to run downgrade a repository using persistent nodemap stable
Mon, 26 Jul 2021 21:52:10 +0200 Pierre-Yves David help: use the correct spelling for `slow-path` in persistent nodemap help stable
Mon, 11 Mar 2019 10:59:35 -0700 Martin von Zweigbergk fix: use scmutil.movedirstate() instead of reimplementing stable
Mon, 11 Mar 2019 10:56:56 -0700 Martin von Zweigbergk fix: rewrite writeworkingdir() to explicitly not work with merges stable
Thu, 22 Jul 2021 17:12:56 -0700 Martin von Zweigbergk tests: demonstrate bug in `hg fix` with incorrectly dirty working copy stable
Wed, 21 Jul 2021 15:50:17 -0400 Matt Harbison upgrade: byteify an i18n message stable
Wed, 21 Jul 2021 15:34:35 -0400 Matt Harbison typing: convert an annotation to an assertion in commands.py stable
Tue, 20 Jul 2021 23:04:28 +0200 Pierre-Yves David test: remove `sleep` usage in `test-nointerrupt.t` (issue6271) stable
Thu, 22 Jul 2021 03:13:37 +0530 Pulkit Goyal Added signature for changeset d7515d29761d stable
Thu, 22 Jul 2021 03:13:30 +0530 Pulkit Goyal Added tag 5.9rc0 for changeset d7515d29761d stable
Wed, 21 Jul 2021 22:52:09 +0200 Pierre-Yves David branching: merge default into stable stable 5.9rc0
Mon, 19 Jul 2021 23:14:38 +0200 Pierre-Yves David relnotes: document the change in the dirstate API
Mon, 19 Jul 2021 08:56:56 +0200 Pierre-Yves David dirstate: deprecate the `add` method
Sun, 18 Jul 2021 22:35:37 +0200 Pierre-Yves David mq: replace `add` call with newer API
Mon, 19 Jul 2021 08:59:00 +0200 Pierre-Yves David largefile: use `update_file` instead of `add` in `synclfdirstate`
Mon, 19 Jul 2021 03:19:06 +0200 Pierre-Yves David largefile: use `update_file` instead of `add` in `mergerecordupdates`
Mon, 19 Jul 2021 09:05:25 +0200 Pierre-Yves David dirstate: deprecate the `drop` method
Mon, 19 Jul 2021 17:33:45 +0200 Pierre-Yves David narrow: stop using `drop` in the `updateworkingcopy`
Sun, 18 Jul 2021 22:32:55 +0200 Pierre-Yves David mq: replace `drop` call with newer API
Mon, 19 Jul 2021 09:15:37 +0200 Pierre-Yves David largefile: use `update_file` instead of `drop` during `rollback`
Mon, 19 Jul 2021 09:14:24 +0200 Pierre-Yves David largefile: use `update_file` instead of `drop` in `synclfdirstate`
Mon, 19 Jul 2021 09:08:54 +0200 Pierre-Yves David sparse: use `update_file` instead of `drop`
Mon, 19 Jul 2021 01:58:45 +0200 Pierre-Yves David sparse: use `update_file` instead of `drop` in `refreshwdir`
Mon, 19 Jul 2021 09:07:08 +0200 Pierre-Yves David amend: use `update_file` instead of `drop`
Mon, 19 Jul 2021 03:16:40 +0200 Pierre-Yves David context: use `update_file` instead of `drop` in `markcommitted`
Mon, 19 Jul 2021 16:21:22 +0200 Pierre-Yves David dirstate: deprecate the `merge` method in all cases
Sun, 18 Jul 2021 22:45:18 +0200 Pierre-Yves David mq: drop the use of `dirstate.merged`
Mon, 19 Jul 2021 00:31:59 +0200 Pierre-Yves David dirstate: deprecate the `otherparent` method in all cases
Mon, 19 Jul 2021 00:26:02 +0200 Pierre-Yves David dirstate: deprecate the `normallookup` method in all cases
Mon, 19 Jul 2021 15:41:51 +0200 Pierre-Yves David narrow: stop using `normallookup` during a test
Mon, 19 Jul 2021 08:44:49 +0200 Pierre-Yves David narrow: use `update_file` instead of `normallookup` after update
Mon, 19 Jul 2021 15:34:17 +0200 Pierre-Yves David test: use the internal `_normallookup` in `test-rebuildstate.t`
Mon, 19 Jul 2021 01:59:09 +0200 Pierre-Yves David sparse: use `update_file` instead of `normallookup` in refreshwdir
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip