Mercurial > evolve
comparison CHANGELOG @ 4565:393a58d71b30 stable
evolve: fix progress display with hg<4.7
Since d1aab9d82f5b (evolve: adapt for deprecated ui.progress(),
2019-01-14), the "item", "units" and "total" are all set to default
values. The last one is especially bad since it results in a "spinner"
instead of a progress bar.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 22 Apr 2019 22:14:26 -0700 |
parents | 093df66127ec |
children | 05c9dcf5512e |
comparison
equal
deleted
inserted
replaced
4564:a1072c2910c2 | 4565:393a58d71b30 |
---|---|
5 ------------------- | 5 ------------------- |
6 | 6 |
7 * evolve: make sure we use upstream merge code with 5.0, | 7 * evolve: make sure we use upstream merge code with 5.0, |
8 * evolve: restore compatibility with 4.4 | 8 * evolve: restore compatibility with 4.4 |
9 (This regress the narrow compatibility) | 9 (This regress the narrow compatibility) |
10 * evolve: fix progress display with hg <= 4.6 | |
10 * topic: compatibility with mercurial-5.0, | 11 * topic: compatibility with mercurial-5.0, |
11 * topic: improve extensions isolation (issue6121). | 12 * topic: improve extensions isolation (issue6121). |
12 | 13 |
13 8.5.0 -- 2019-04-23 | 14 8.5.0 -- 2019-04-23 |
14 ------------------- | 15 ------------------- |