forked from pool/mercurial-extension-hg-evolve
7c87ad6df4
- Update to version 11.1.4. * compatibility with Mercurial 6.8 topic (1.1.4) * compatibility with Mercurial 6.8 - Changes from version 11.1.3: topic (1.1.3) * topic namespaces: add hg debug-default-topic-namespace command that can list changesets with problematic topic namespaces (i.e. "none" and "default") and rewrite them * topic namespaces: new experimental.tns-reject-push config to make servers reject pushes that contain changesets with any topic namespace in commit extras * topic namespaces: slightly change .hg/topic-namespace cleanup code to be executed on acquiring a wlock instead of on reading .hg/topic-namespace OBS-URL: https://build.opensuse.org/request/show/1186946 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/mercurial-extension-hg-evolve?expand=0&rev=26
160 lines
7.1 KiB
Plaintext
160 lines
7.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jul 11 18:30:16 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Update to version 11.1.4.
|
|
* compatibility with Mercurial 6.8
|
|
topic (1.1.4)
|
|
* compatibility with Mercurial 6.8
|
|
- Changes from version 11.1.3:
|
|
topic (1.1.3)
|
|
* topic namespaces: add hg debug-default-topic-namespace command that can
|
|
list changesets with problematic topic namespaces (i.e. "none" and
|
|
"default") and rewrite them
|
|
* topic namespaces: new experimental.tns-reject-push config to make servers
|
|
reject pushes that contain changesets with any topic namespace in commit
|
|
extras
|
|
* topic namespaces: slightly change .hg/topic-namespace cleanup code to be
|
|
executed on acquiring a wlock instead of on reading .hg/topic-namespace
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 18 01:23:32 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Build package with Python 3.11 on Leap 15.6.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to version 11.1.0
|
|
|
|
* drop compatibility with Mercurial 4.8
|
|
* remove deprecated evolve.serveronly extension, evolve extension is
|
|
recommended for all users, clients and servers
|
|
* evolve: don't warn about topics while resolving public
|
|
content-divergence
|
|
* evolve, pullbundle: drop compatibility with Mercurial 4.8
|
|
* topic (1.1.0)
|
|
* remove deprecated serverminitopic extension, topic extension
|
|
is recommended for all users, clients and servers
|
|
* pick: update commit message hashes like other rewrite commands
|
|
* topic namespaces: add `experimental.tns-allow-rewrite` config option to
|
|
check topic namespace before rewriting changesets (known limitations: does
|
|
not prevent rebase and histedit from editing changesets outside of
|
|
configured topic namespaces on Mercurial 5.2 and older)
|
|
* topic namespaces: add `experimental.tns-default-pull-namespaces` config
|
|
option to pull only certain changesets by default
|
|
* topic namespaces: teach `hg import` and `hg export` to handle topic
|
|
namespaces
|
|
* topic namespaces: invalidate topic namespace cache in
|
|
repo.invalidatecaches()
|
|
* topic: only set topic on workingcommitctx if it doesn't already have one,
|
|
making `hg import` always prioritize patch metadata
|
|
* topic: properly process revbranchcache before sending it to peers
|
|
(issue6841)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 7 23:08:12 UTC 2023 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Update to version 11.0.2.
|
|
* compatibility with Mercurial 6.5
|
|
* packaging: explicitly use python3 for running tests in debian/rules
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 27 10:39:04 UTC 2023 - Andrei Dziahel <develop7@develop7.info>
|
|
|
|
- Update to version 11.0.1
|
|
|
|
* compatibility with Mercurial 6.4
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to version 10.5.3
|
|
Changelog: https://foss.heptapod.net/mercurial/evolve/-/blob/10.5.3/CHANGELOG
|
|
- Temporarily blacklist test-cmdserver.t
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 19 12:34:38 UTC 2022 - Andrei Dziahel <develop7@develop7.info>
|
|
|
|
- Update to version 10.5.2
|
|
Changelog: https://foss.heptapod.net/mercurial/evolve/-/blob/10.5.2/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 17:21:32 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Blacklist test that fails due to distutils deprecation warning.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 2 16:33:42 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Update to version 10.5.1.
|
|
Changelog: https://foss.heptapod.net/mercurial/evolve/-/blob/10.5.1/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 7 18:24:16 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Update to version 10.5.0.
|
|
- Changelog: https://foss.heptapod.net/mercurial/evolve/-/blob/10.5.0/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 19 16:28:02 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Update to version 10.4.1.
|
|
- Changelog: https://foss.heptapod.net/mercurial/evolve/-/blob/10.4.1/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 10 03:00:59 UTC 2021 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Update to version 10.4.0.
|
|
- Changelog: https://foss.heptapod.net/mercurial/evolve/-/blob/10.4.0/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 24 22:11:01 UTC 2021 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Add a test blacklist and run tests on all distributions.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 20 18:44:53 UTC 2021 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
- Create package mercurial-extension-hg-evolve with hg-evolve version 10.3.3.
|