diff --git a/hg-evolve-11.0.2.tar.gz b/hg-evolve-11.0.2.tar.gz deleted file mode 100644 index d277b31..0000000 --- a/hg-evolve-11.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8351115c0e6ef3bc312fd59f9aa17b457db8a5ba5eaae8a9648c1be191e6243 -size 855352 diff --git a/hg-evolve-11.1.0.tar.gz b/hg-evolve-11.1.0.tar.gz new file mode 100644 index 0000000..8a730b2 --- /dev/null +++ b/hg-evolve-11.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cbc7bc7c0bb8c4f42da1f65c50de3ee78f6f00978ef97ae9019d11147493a8 +size 858080 diff --git a/mercurial-extension-hg-evolve.changes b/mercurial-extension-hg-evolve.changes index baf41fc..4ea53dd 100644 --- a/mercurial-extension-hg-evolve.changes +++ b/mercurial-extension-hg-evolve.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Oct 24 21:42:57 UTC 2023 - Andrei Dziahel + +- Update to version 11.1.0 + + * drop compatibility with Mercurial 4.8 + * 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) + ------------------------------------------------------------------- Mon Aug 7 23:08:12 UTC 2023 - Lukas Müller diff --git a/mercurial-extension-hg-evolve.spec b/mercurial-extension-hg-evolve.spec index 47c7930..04ffb73 100644 --- a/mercurial-extension-hg-evolve.spec +++ b/mercurial-extension-hg-evolve.spec @@ -17,7 +17,7 @@ Name: mercurial-extension-hg-evolve -Version: 11.0.2 +Version: 11.1.0 Release: 0 Summary: Flexible evolution of Mercurial history License: GPL-2.0-or-later