Mercurial > evolve
comparison CHANGELOG @ 6712:df34ed3ed135 mercurial-6.4
test-compat: merge mercurial-6.5 into mercurial-6.4
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 29 Feb 2024 15:08:45 -0300 |
parents | a7805d194a19 |
children | 200467189d22 |
comparison
equal
deleted
inserted
replaced
6679:a1453b601ff1 | 6712:df34ed3ed135 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | |
4 11.1.2 - in progress | |
5 -------------------- | |
6 | |
7 * compatibility with Mercurial 6.7 | |
8 | |
9 * evolve: use functions from topic extension to set current topic and tns | |
10 | |
11 topic (1.1.2) | |
12 | |
13 * compatibility with Mercurial 6.7 | |
14 | |
15 * topic: handle commitstatus() with opts=None for hg <= 6.5 too | |
16 | |
17 11.1.1 -- 2024-02-05 | |
18 -------------------- | |
19 | |
20 * compatibility with Mercurial 6.6 | |
21 | |
22 * evolve: fix typo in "mercurial" and let hasmemmergestate be True sometimes | |
23 | |
24 * uncommit: set uncommit_source extra consistently in interactive mode | |
25 | |
26 topic (1.1.1) | |
27 | |
28 * compatibility with Mercurial 6.6 | |
29 | |
30 * topic: properly decode topic and topic namespace after reading from disk | |
31 * topic: wrap makebundlerepository() to wrap bundlerepository class | |
32 (issue6856) | |
33 * topic: internal config option to fix hg pick behavior (issue6406) | |
34 * topic: use the appropriate functions to change topic and topic namespace on | |
35 working directory update and don't write empty/default values to disk | |
36 | |
37 * topic namespaces: check that user-provided topic namespace names are | |
38 human-readable like topics | |
39 * topic namespaces: add tns_heads method to wirepeer directly instead of | |
40 using a subclass | |
41 * topic namespaces: remove .hg/topic-namespace file if it has the default | |
42 value ("none") | |
3 | 43 |
4 11.1.0 -- 2023-10-23 | 44 11.1.0 -- 2023-10-23 |
5 -------------------- | 45 -------------------- |
6 | 46 |
7 * remove deprecated evolve.serveronly extension, evolve extension is | 47 * remove deprecated evolve.serveronly extension, evolve extension is |