Mercurial > evolve
comparison CHANGELOG @ 5123:900668a93629
obslog: use _successorsetverb() in regular obslog too
It was already used for obslog --filternonlocal.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 14 Jan 2020 20:20:13 +0700 |
parents | 1fe3f7ffb462 |
children | 22548cdeb2b0 |
comparison
equal
deleted
inserted
replaced
5122:e3ab6017a40a | 5123:900668a93629 |
---|---|
7 * evolve: extensive cleanup of functions, template keywords and compatibility | 7 * evolve: extensive cleanup of functions, template keywords and compatibility |
8 code related to obsfate and successorssets | 8 code related to obsfate and successorssets |
9 * exchange: dropped more bundle-1 related dead code | 9 * exchange: dropped more bundle-1 related dead code |
10 * help: categorizing evolve and topic commands | 10 * help: categorizing evolve and topic commands |
11 * obslog: make templatable | 11 * obslog: make templatable |
12 * obslog: use more specific verbs when possible | |
12 * compat: cleanup some compatibility code for mercurial < 4.5 | 13 * compat: cleanup some compatibility code for mercurial < 4.5 |
13 * compat: compatibility with some changes of the upcoming Mercurial 5.3 | 14 * compat: compatibility with some changes of the upcoming Mercurial 5.3 |
14 * evolve: add content divergence checking to the standard pre-rewrite check, | 15 * evolve: add content divergence checking to the standard pre-rewrite check, |
15 * evolve: improve the message associated with content divergence. | 16 * evolve: improve the message associated with content divergence. |
16 | 17 |