forked from pool/mercurial-extension-hg-evolve
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:
parent
80b2d3e2d1
commit
1df6ffb95c
@ -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
3
hg-evolve-11.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ecb0acc3a2d2141d2bda326deffdd7d7c8f14612c6b118d69a396554bc6ca5b5
|
||||||
|
size 854508
|
@ -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>
|
Thu Dec 22 16:23:43 UTC 2022 - 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) 2022 SUSE LLC
|
# Copyright (c) 2023 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: 10.5.3
|
Version: 11.0.0
|
||||||
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