Mercurial > evolve
diff CHANGELOG @ 6720:01063266d7a8 mercurial-5.6
test-compat: merge mercurial-5.7 into mercurial-5.6
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 01 Mar 2024 14:27:03 -0300 |
parents | a7805d194a19 |
children | 200467189d22 |
line wrap: on
line diff
--- a/CHANGELOG Sun Feb 04 16:54:39 2024 -0300 +++ b/CHANGELOG Fri Mar 01 14:27:03 2024 -0300 @@ -1,6 +1,46 @@ Changelog ========= +11.1.2 - in progress +-------------------- + + * 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 + +11.1.1 -- 2024-02-05 +-------------------- + + * 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") + 11.1.0 -- 2023-10-23 --------------------