# HG changeset patch # User Anton Shestakov # Date 1707070295 10800 # Node ID 5781b8fe0717d646304279c229aaf024ef2b6019 # Parent 3acf490580bbc3d4743a3a3e002975981bbaea6c changelog: update for evolve 11.1.1 and topic 1.1.1 diff -r 3acf490580bb -r 5781b8fe0717 CHANGELOG --- a/CHANGELOG Sat Feb 03 15:23:57 2024 -0300 +++ b/CHANGELOG Sun Feb 04 15:11:35 2024 -0300 @@ -1,6 +1,33 @@ Changelog ========= +11.1.1 - in progress +-------------------- + + * 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 --------------------