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
This commit is contained in:
parent
6136fdc2b5
commit
a107df479e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0cbc7bc7c0bb8c4f42da1f65c50de3ee78f6f00978ef97ae9019d11147493a8
|
|
||||||
size 858080
|
|
3
hg-evolve-11.1.2.tar.gz
Normal file
3
hg-evolve-11.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba0f93d6c45207e279172ab375347bc59b6fc9b85dcc165823b838ad7d780c7a
|
||||||
|
size 860623
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 17:34:45 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
|
||||||
|
|
||||||
|
- 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 <develop7@develop7.info>
|
Tue Oct 24 21:42:57 UTC 2023 - Andrei Dziahel <develop7@develop7.info>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mercurial-extension-hg-evolve
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mercurial-extension-hg-evolve
|
Name: mercurial-extension-hg-evolve
|
||||||
Version: 11.1.0
|
Version: 11.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Flexible evolution of Mercurial history
|
Summary: Flexible evolution of Mercurial history
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user