From a107df479e5cbe450278c1d78084c7e974a09aaffeb59a3ad8531a42f7b1fade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= Date: Fri, 22 Mar 2024 18:03:10 +0000 Subject: [PATCH] Accepting request 1160765 from home:expeehaa:branches:devel:tools:scm - Update to version 11.1.2. * compatibility with Mercurial 6.7 * evolve: use functions from topic extension to set current topic and tns topic (1.1.2) * compatibility with Mercurial 6.7 * topic: handle commitstatus() with opts=None for hg <= 6.5 too - Changelog from version 11.1.1. * compatibility with Mercurial 6.6 * evolve: fix typo in "mercurial" and let hasmemmergestate be True sometimes * uncommit: set uncommit_source extra consistently in interactive mode topic (1.1.1) * compatibility with Mercurial 6.6 * topic: properly decode topic and topic namespace after reading from disk * topic: wrap makebundlerepository() to wrap bundlerepository class (issue6856) * topic: internal config option to fix hg pick behavior (issue6406) * topic: use the appropriate functions to change topic and topic namespace on working directory update and don't write empty/default values to disk * topic namespaces: check that user-provided topic namespace names are human-readable like topics * topic namespaces: add tns_heads method to wirepeer directly instead of using a subclass * topic namespaces: remove .hg/topic-namespace file if it has the default value ("none") OBS-URL: https://build.opensuse.org/request/show/1160765 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/mercurial-extension-hg-evolve?expand=0&rev=22 --- hg-evolve-11.1.0.tar.gz | 3 --- hg-evolve-11.1.2.tar.gz | 3 +++ mercurial-extension-hg-evolve.changes | 23 +++++++++++++++++++++++ mercurial-extension-hg-evolve.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 hg-evolve-11.1.0.tar.gz create mode 100644 hg-evolve-11.1.2.tar.gz diff --git a/hg-evolve-11.1.0.tar.gz b/hg-evolve-11.1.0.tar.gz deleted file mode 100644 index 8a730b2..0000000 --- a/hg-evolve-11.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0cbc7bc7c0bb8c4f42da1f65c50de3ee78f6f00978ef97ae9019d11147493a8 -size 858080 diff --git a/hg-evolve-11.1.2.tar.gz b/hg-evolve-11.1.2.tar.gz new file mode 100644 index 0000000..18c4f9d --- /dev/null +++ b/hg-evolve-11.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0f93d6c45207e279172ab375347bc59b6fc9b85dcc165823b838ad7d780c7a +size 860623 diff --git a/mercurial-extension-hg-evolve.changes b/mercurial-extension-hg-evolve.changes index 4ea53dd..5c60183 100644 --- a/mercurial-extension-hg-evolve.changes +++ b/mercurial-extension-hg-evolve.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Mar 22 17:34:45 UTC 2024 - Lukas Müller + +- Update to version 11.1.2. + * compatibility with Mercurial 6.7 + * evolve: use functions from topic extension to set current topic and tns + topic (1.1.2) + * compatibility with Mercurial 6.7 + * topic: handle commitstatus() with opts=None for hg <= 6.5 too +- Changelog from version 11.1.1. + * compatibility with Mercurial 6.6 + * evolve: fix typo in "mercurial" and let hasmemmergestate be True sometimes + * uncommit: set uncommit_source extra consistently in interactive mode + topic (1.1.1) + * compatibility with Mercurial 6.6 + * topic: properly decode topic and topic namespace after reading from disk + * topic: wrap makebundlerepository() to wrap bundlerepository class (issue6856) + * topic: internal config option to fix hg pick behavior (issue6406) + * topic: use the appropriate functions to change topic and topic namespace on working directory update and don't write empty/default values to disk + * topic namespaces: check that user-provided topic namespace names are human-readable like topics + * topic namespaces: add tns_heads method to wirepeer directly instead of using a subclass + * topic namespaces: remove .hg/topic-namespace file if it has the default value ("none") + ------------------------------------------------------------------- Tue Oct 24 21:42:57 UTC 2023 - Andrei Dziahel diff --git a/mercurial-extension-hg-evolve.spec b/mercurial-extension-hg-evolve.spec index 04ffb73..833e909 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) 2023 SUSE LLC +# Copyright (c) 2024 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: 11.1.0 +Version: 11.1.2 Release: 0 Summary: Flexible evolution of Mercurial history License: GPL-2.0-or-later