Mercurial > evolve
comparison CHANGELOG @ 6672:5781b8fe0717 stable
changelog: update for evolve 11.1.1 and topic 1.1.1
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 04 Feb 2024 15:11:35 -0300 |
parents | 5199463aef07 |
children | e0b86065c386 |
comparison
equal
deleted
inserted
replaced
6671:3acf490580bb | 6672:5781b8fe0717 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | |
4 11.1.1 - in progress | |
5 -------------------- | |
6 | |
7 * compatibility with Mercurial 6.6 | |
8 | |
9 * evolve: fix typo in "mercurial" and let hasmemmergestate be True sometimes | |
10 | |
11 * uncommit: set uncommit_source extra consistently in interactive mode | |
12 | |
13 topic (1.1.1) | |
14 | |
15 * compatibility with Mercurial 6.6 | |
16 | |
17 * topic: properly decode topic and topic namespace after reading from disk | |
18 * topic: wrap makebundlerepository() to wrap bundlerepository class | |
19 (issue6856) | |
20 * topic: internal config option to fix hg pick behavior (issue6406) | |
21 * topic: use the appropriate functions to change topic and topic namespace on | |
22 working directory update and don't write empty/default values to disk | |
23 | |
24 * topic namespaces: check that user-provided topic namespace names are | |
25 human-readable like topics | |
26 * topic namespaces: add tns_heads method to wirepeer directly instead of | |
27 using a subclass | |
28 * topic namespaces: remove .hg/topic-namespace file if it has the default | |
29 value ("none") | |
3 | 30 |
4 11.1.0 -- 2023-10-23 | 31 11.1.0 -- 2023-10-23 |
5 -------------------- | 32 -------------------- |
6 | 33 |
7 * remove deprecated evolve.serveronly extension, evolve extension is | 34 * remove deprecated evolve.serveronly extension, evolve extension is |