mercurial at 48052: 19 new changesets (7 on stable)

Mercurial Commits hg at intevation.de
Tue Sep 28 16:15:52 UTC 2021


19 new changesets (7 on stable) in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/b833f8cbe199
changeset:   48034:b833f8cbe199
branch:      stable
parent:      48017:ff2304dd3ba9
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Mon Sep 20 18:08:46 2021 +0200
summary:     persistent-nodemap: fix a typo in a test comment

https://www.mercurial-scm.org/repo/hg/rev/ce01b97a93da
changeset:   48035:ce01b97a93da
branch:      stable
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Mon Sep 20 18:18:15 2021 +0200
summary:     persistent-nodemap: use quiet upgrade in tests

https://www.mercurial-scm.org/repo/hg/rev/1c447fb82232
changeset:   48036:1c447fb82232
branch:      stable
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Tue Sep 21 18:02:07 2021 +0200
summary:     filecache: abstract the fetching of the list of tracked file

https://www.mercurial-scm.org/repo/hg/rev/016081cca1fb
changeset:   48037:016081cca1fb
branch:      stable
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Tue Sep 21 21:18:44 2021 +0200
summary:     test: enable share-safe in test-persistent-nodemap

https://www.mercurial-scm.org/repo/hg/rev/52018f8ef020
changeset:   48038:52018f8ef020
branch:      stable
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Tue Sep 21 21:18:50 2021 +0200
summary:     persistent-nodemap: introduce a test to highlight possible race

https://www.mercurial-scm.org/repo/hg/rev/c094e829e848
changeset:   48039:c094e829e848
branch:      stable
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Tue Sep 21 18:03:37 2021 +0200
summary:     changelog: also monitor `00changelog.n` when applicable (issue6554)

https://www.mercurial-scm.org/repo/hg/rev/7970895a21cb
changeset:   48040:7970895a21cb
branch:      stable
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Tue Sep 21 18:18:56 2021 +0200
summary:     manifestlog: also monitor `00manifest.n` when applicable

https://www.mercurial-scm.org/repo/hg/rev/37a41267d000
changeset:   48041:37a41267d000
parent:      48040:7970895a21cb
parent:      48033:62f325f9b347
user:        Raphaël Gomès <rgomes at octobus.net>
date:        Tue Sep 28 09:40:57 2021 +0200
summary:     branching: merge stable into default

https://www.mercurial-scm.org/repo/hg/rev/008959fcbfb2
changeset:   48042:008959fcbfb2
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Mon Sep 20 19:18:21 2021 +0200
summary:     rust: Align DirstateEntry internals with Python/C DirstateItem

https://www.mercurial-scm.org/repo/hg/rev/3e69bef2031a
changeset:   48043:3e69bef2031a
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Wed Sep 22 11:28:52 2021 +0200
summary:     rust: Add Python bindings for DirstateEntry as rustext.dirstate.DirstateItem

https://www.mercurial-scm.org/repo/hg/rev/d5528ac9b4f2
changeset:   48044:d5528ac9b4f2
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Wed Sep 22 11:33:29 2021 +0200
summary:     dirstate: Use the Rust implementation of DirstateItem when Rust is enabled

https://www.mercurial-scm.org/repo/hg/rev/32ef647821b2
changeset:   48045:32ef647821b2
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Wed Sep 22 18:21:58 2021 +0200
summary:     dirstate: Skip no-op conversion in Rust DirstateMap::set_v1

https://www.mercurial-scm.org/repo/hg/rev/f6d0a89fdf80
changeset:   48046:f6d0a89fdf80
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Wed Sep 22 18:42:00 2021 +0200
summary:     dirstate: Don’t drop unrelated data in DirstateMap::set_entry

https://www.mercurial-scm.org/repo/hg/rev/9b2a51b2c36a
changeset:   48047:9b2a51b2c36a
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Wed Sep 22 18:56:58 2021 +0200
summary:     dirstate: Propagate dirstate-v2 parse errors from set_dirstate_item

https://www.mercurial-scm.org/repo/hg/rev/76f1c76186a1
changeset:   48048:76f1c76186a1
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Thu Sep 23 15:26:33 2021 +0200
summary:     dirstate: Remove return boolean from dirstatemap.dropfile

https://www.mercurial-scm.org/repo/hg/rev/29aa633815db
changeset:   48049:29aa633815db
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Thu Sep 23 15:29:38 2021 +0200
summary:     rust: Remove some obsolete doc-comments

https://www.mercurial-scm.org/repo/hg/rev/2ac0e6b23222
changeset:   48050:2ac0e6b23222
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Thu Sep 23 15:36:43 2021 +0200
summary:     dirstate: Replace dropfile with drop_item_and_copy_source

https://www.mercurial-scm.org/repo/hg/rev/98c0408324e6
changeset:   48051:98c0408324e6
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Thu Sep 23 18:29:40 2021 +0200
summary:     dirstate: Pass the final DirstateItem to _rustmap.addfile()

https://www.mercurial-scm.org/repo/hg/rev/d07d38ef6362
changeset:   48052:d07d38ef6362
bookmark:    @
tag:         tip
user:        Simon Sapin <simon.sapin at octobus.net>
date:        Tue Sep 28 13:43:14 2021 +0200
summary:     dirstate: Appease pytype

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg


More information about the Mercurial-devel mailing list