1
0

Accepting request 1071834 from home:expeehaa:branches:devel:tools:scm

- 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`)

OBS-URL: https://build.opensuse.org/request/show/1071834
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/mercurial-extension-hg-evolve?expand=0&rev=14
This commit is contained in:
Lukas Müller 2023-03-14 16:15:25 +00:00 committed by Git OBS Bridge
parent 80b2d3e2d1
commit 1df6ffb95c
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1fae41bc1eacc2d597ed18332fe2f938eef73db505860506cbe1bcc575a08be
size 847117

3
hg-evolve-11.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecb0acc3a2d2141d2bda326deffdd7d7c8f14612c6b118d69a396554bc6ca5b5
size 854508

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 14 12:01:14 UTC 2023 - Lukas Müller <expeehaa@outlook.com>
- 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 <develop7@develop7.info>

View File

@ -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