--- a/CHANGELOG Thu Apr 11 22:41:06 2019 +0200
+++ b/CHANGELOG Fri Apr 12 02:15:24 2019 +0200
@@ -1,29 +1,31 @@
Changelog
=========
-8.5.0 - in progress
+8.5.0 -- 2019-04-23
-------------------
- * evolve: fix an recoverable state (issue6053)
- * evolve: share evolve related cache between `shares`
+ * evolve: fix an recoverable state (issue6053),
+ * evolve: share evolve related cache between `shares`,
+ * evolve: make sure the extensions are only active on repository that
+ enables it (issue6057).
* evolve: improved compatibility with narrow repositories,
* evolve: preserve --[no-]update value over --continue,
- * evolve: make sure the extensions are only active on repository that
- enables it. Double check your server configuration (issue6057)
- * evolve: make sure divergence resolution don't replace the initial author
- (issue6113)
+ * evolve: make sure divergence resolution keep the initial author (issue6113),
* evolve: improved support for content-divergence with public changesets,
- * pick: align working dir branch with the one from the pick result (issue6089)
+ * pick: align working dir branch with the one from the pick result (issue6089),
* pick: add the standard `--tool` option,
- * prune: fix error message when pruning public changesets
- * split: preserve phases (issue6048)
- * stack: improved and speed --children flag up,
- * stack: mention all divergences too.
+ * prune: fix error message when pruning public changesets,
+ * split: preserve phases (issue6048),
+ * touch: fix error message when touching public changesets,
+ * uncommit: abort if an explicitly given file cannot be uncommitted.
+
+topic 0.14.0
+
* stack: support ranges in revsets indexing,
- * touch: fix error message when touching public changesets
- * uncommit: abort if an explicitly given file cannot be uncommitted
+ * stack: mention divergences unstability,
+ * stack: improved and speed --children flag up.
-8.4.0 -- 2019-12-22
+8.4.0 -- 2019-01-22
-------------------
* compat: add compatibility with Mercurial 4.9
--- a/debian/changelog Thu Apr 11 22:41:06 2019 +0200
+++ b/debian/changelog Fri Apr 12 02:15:24 2019 +0200
@@ -1,3 +1,9 @@
+mercurial-evolve (8.5.0-1) UNRELEASED; urgency=medium
+
+ * new upstream release
+
+ -- Pierre-Yves David <pierre-yves.david@ens-lyon.org> Fri, 12 Apr 2019 02:16:23 +0200
+
mercurial-evolve (8.4.0-1) unstable; urgency=medium
* new upstream release
--- a/hgext3rd/evolve/metadata.py Thu Apr 11 22:41:06 2019 +0200
+++ b/hgext3rd/evolve/metadata.py Fri Apr 12 02:15:24 2019 +0200
@@ -5,7 +5,7 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
-__version__ = '8.5.0.dev'
+__version__ = '8.5.0'
testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
minimumhgversion = '4.4'
buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py Thu Apr 11 22:41:06 2019 +0200
+++ b/hgext3rd/topic/__init__.py Fri Apr 12 02:15:24 2019 +0200
@@ -179,7 +179,7 @@
'topic.active': 'green',
}
-__version__ = '0.14.0.dev'
+__version__ = '0.14.0'
testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
minimumhgversion = '4.4'