diff --git a/hg-evolve-11.1.4.tar.gz b/hg-evolve-11.1.4.tar.gz deleted file mode 100644 index fb2d962..0000000 --- a/hg-evolve-11.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:629876836e787d29cf55f8269267914aa966b147c780ffb0a8dd061cb215ff07 -size 861472 diff --git a/hg-evolve-11.1.5.tar.gz b/hg-evolve-11.1.5.tar.gz new file mode 100644 index 0000000..fdbc9f5 --- /dev/null +++ b/hg-evolve-11.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3669d2405b31085049b00240154cc180baa3b13771a1685cd48f5b77433848d2 +size 863227 diff --git a/mercurial-extension-hg-evolve.changes b/mercurial-extension-hg-evolve.changes index 5cf6d3d..909a38a 100644 --- a/mercurial-extension-hg-evolve.changes +++ b/mercurial-extension-hg-evolve.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 7 14:22:51 UTC 2024 - Lukas Müller + +- Update to version 11.1.5. + * compatibility with Mercurial 6.9 + * evolve: check that the evolved revisions are indeed in the repo during + abort, fixes an issue when trying to access them during cleanup step + * docs: update installation instructions due to PEP 668 + * docs: minor edits and fixes in evolve and topic tutorials + * tests: more tests related to Python packaging + topic (1.1.5) + * compatibility with Mercurial 6.9 +- Temporarily disable test "test-evolve-templates.t". + ------------------------------------------------------------------- Thu Sep 12 18:05:51 UTC 2024 - Lukas Müller diff --git a/mercurial-extension-hg-evolve.spec b/mercurial-extension-hg-evolve.spec index a590bac..da19efb 100644 --- a/mercurial-extension-hg-evolve.spec +++ b/mercurial-extension-hg-evolve.spec @@ -28,7 +28,7 @@ %endif Name: mercurial-extension-hg-evolve -Version: 11.1.4 +Version: 11.1.5 Release: 0 Summary: Flexible evolution of Mercurial history License: GPL-2.0-or-later diff --git a/tests.blacklist b/tests.blacklist index 0b0b100..0f7726a 100644 --- a/tests.blacklist +++ b/tests.blacklist @@ -3,3 +3,4 @@ test-check-compat-strings.t test-version-install.t test-cmdserver.t +test-evolve-templates.t