Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hg-evolve
From: Thomas Klausner
Date: 2023-11-13 16:01:19
Message id: 20231113150119.ECE30FA3D@cvs.NetBSD.org
Log Message:
py-hg-evolve: update to 11.1.0.
11.1.0 -- 2023-10-23
--------------------
* remove deprecated evolve.serveronly extension, evolve extension is
recommended for all users, clients and servers
* evolve: don't warn about topics while resolving public content-divergence
* evolve, pullbundle: drop compatibility with Mercurial 4.8
topic (1.1.0)
* remove deprecated serverminitopic extension, topic extension is recommended
for all users, clients and servers
* pick: update commit message hashes like other rewrite commands
* topic namespaces: add `experimental.tns-allow-rewrite` config option to
check topic namespace before rewriting changesets (known limitations: does
not prevent rebase and histedit from editing changesets outside of
configured topic namespaces on Mercurial 5.2 and older)
* topic namespaces: add `experimental.tns-default-pull-namespaces` config
option to pull only certain changesets by default
* topic namespaces: teach `hg import` and `hg export` to handle topic
namespaces
* topic namespaces: invalidate topic namespace cache in
repo.invalidatecaches()
* topic: only set topic on workingcommitctx if it doesn't already have one,
making `hg import` always prioritize patch metadata
* topic: properly process revbranchcache before sending it to peers
(issue6841)
* drop compatibility with Mercurial 4.8
Files: