diff --git a/hg-evolve-10.5.3.tar.gz b/hg-evolve-10.5.3.tar.gz deleted file mode 100644 index 36794a4..0000000 --- a/hg-evolve-10.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1fae41bc1eacc2d597ed18332fe2f938eef73db505860506cbe1bcc575a08be -size 847117 diff --git a/hg-evolve-11.0.0.tar.gz b/hg-evolve-11.0.0.tar.gz new file mode 100644 index 0000000..0a15de7 --- /dev/null +++ b/hg-evolve-11.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb0acc3a2d2141d2bda326deffdd7d7c8f14612c6b118d69a396554bc6ca5b5 +size 854508 diff --git a/mercurial-extension-hg-evolve.changes b/mercurial-extension-hg-evolve.changes index f358957..cf51053 100644 --- a/mercurial-extension-hg-evolve.changes +++ b/mercurial-extension-hg-evolve.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Mar 14 12:01:14 UTC 2023 - Lukas Müller + +- Update to version 11.0.0. + Changelog: https://foss.heptapod.net/mercurial/evolve/-/blob/11.0.0/CHANGELOG + * deprecate evolve.serveronly extension, evolve extension is recommended for + all users, clients and servers + * fixup: support `hg abort` + * evolve, pick, fixup: support `hg continue` + * evolve: stop preserving all of {extras} for uninterrupted evolve operations + * evolve: don't embed graft data when completing interrupted evolve + operations + * prune: pruning (without any successors) an already obsolete revision will + no longer give a false warning about divergence + * evolve: use detailed exit codes for most commands (enabled with + `ui.detailed-exit-code=yes`) + ------------------------------------------------------------------- Thu Dec 22 16:23:43 UTC 2022 - Andrei Dziahel diff --git a/mercurial-extension-hg-evolve.spec b/mercurial-extension-hg-evolve.spec index 6cdcd99..0e88730 100644 --- a/mercurial-extension-hg-evolve.spec +++ b/mercurial-extension-hg-evolve.spec @@ -1,7 +1,7 @@ # # spec file for package mercurial-extension-hg-evolve # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mercurial-extension-hg-evolve -Version: 10.5.3 +Version: 11.0.0 Release: 0 Summary: Flexible evolution of Mercurial history License: GPL-2.0-or-later