Mercurial > evolve
comparison CHANGELOG @ 4231:3eb78bdcdd7c stable
topic: improve UX by using pager only when we should
Before this patch we were using pager in every case of topic command,
either it is setting up a new topic or clearing the active topic.
After this patch it will not use pager in following commands:
$ hg topic [TOPIC] -r [rev]
$ hg topic --clear
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Tue, 06 Nov 2018 15:53:18 +0530 |
parents | a8ed26f01c8d |
children | 424b498aac00 7edc5c148df0 |
comparison
equal
deleted
inserted
replaced
4230:e796835fe6b3 | 4231:3eb78bdcdd7c |
---|---|
6 ------------------- | 6 ------------------- |
7 | 7 |
8 * evolve: not longer attempt to translate revision's descriptions (issue6016) | 8 * evolve: not longer attempt to translate revision's descriptions (issue6016) |
9 * evolve: fix compatibility with mercurial 4.8's narrow extension. | 9 * evolve: fix compatibility with mercurial 4.8's narrow extension. |
10 * pick: fix summary help text | 10 * pick: fix summary help text |
11 * topic: only use pager when it make senses | |
11 | 12 |
12 8.3.1 -- 2018-10-25 | 13 8.3.1 -- 2018-10-25 |
13 ------------------- | 14 ------------------- |
14 | 15 |
15 * evolve+topic: fix possible crash during content-divergence evolution | 16 * evolve+topic: fix possible crash during content-divergence evolution |