--- a/README Tue Jul 25 15:08:05 2017 +0200
+++ b/README Tue Jul 25 15:15:42 2017 +0200
@@ -121,27 +121,29 @@
Changelog
=========
-6.6.0 - in progress
+6.6.0 -- 2017-07-25
-------------------
- - amend: add a --extract flag to move change back to the working copy
+ - amend: add a --extract flag to move change back to the working copy,
(same as uncommit, but accessible through the amend commit)
- - split: now properly refuse to split public changeset
- - commands: unify and improve the pre-rewrite validation and error message
- - uncommit: add support for --current-date and --current-user option
- - fold: add support for --current-date and --current-user option
- - metaedit: add support for --current-date and --current-user option
- - split add support for --current-date and --current-user option
- - compat: use various new API instead of the one deprecated in 4.3
+ - split: now properly refuse to split public changeset,
+ - commands: unify and improve the pre-rewrite validation and error message,
+ - uncommit: add support for --current-date and --current-user option,
+ - fold: add support for --current-date and --current-user option,
+ - metaedit: add support for --current-date and --current-user option,
+ - split: add support for --current-date and --current-user option,
+ - compat: use various new API instead of the one deprecated in 4.3,
(when available)
- - documentation: various minor documentation update
+ - documentation: various minor documentation update.
+
+topic (0.2.0):
- topic: add --age option to sort topic by the most recently touched,
- topic: add a 't0' to access the root of a topic while keeping it active,
- topic: allow 'hg prev' to me move to 't0',
- - topic: add a config option to enforce topic on new commit
+ - topic: add a config option to enforce topic on new commit,
(experimental.enforce-topic)
- - topic: make command names valid as expected, even if ui.strict=true
+ - topic: make command names valid as expected, even if ui.strict=true.
6.5.0 -- 2017-07-02
-------------------
--- a/hgext3rd/evolve/metadata.py Tue Jul 25 15:08:05 2017 +0200
+++ b/hgext3rd/evolve/metadata.py Tue Jul 25 15:15:42 2017 +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__ = '6.6.0.dev'
-testedwith = '3.8.4 3.9.2 4.0.2 4.1.3 4.2.1'
+__version__ = '6.6.0'
+testedwith = '3.8.4 3.9.2 4.0.2 4.1.3 4.2.2'
minimumhgversion = '3.8'
buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py Tue Jul 25 15:08:05 2017 +0200
+++ b/hgext3rd/topic/__init__.py Tue Jul 25 15:15:42 2017 +0200
@@ -118,7 +118,7 @@
'topic.active': 'green',
}
-version = '0.2.0.dev'
+version = '0.2.0'
testedwith = '4.0.2 4.1.3 4.2.1'
minimumhgversion = '4.0'
buglink = 'https://bz.mercurial-scm.org/'