comparison CHANGELOG @ 4229:a8ed26f01c8d stable

pick: `hg help` was not showing the full cmd desc of `pick` after running command `hg help` it was not including the second line of command description. I guess it picks the firstline only. So I moved that part in first line of cmd description.
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sat, 03 Nov 2018 12:21:19 +0530
parents 4a3d588e5311
children 3eb78bdcdd7c
comparison
equal deleted inserted replaced
4223:4a3d588e5311 4229:a8ed26f01c8d
5 8.3.2 - in progress 5 8.3.2 - in progress
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 11
11 8.3.1 -- 2018-10-25 12 8.3.1 -- 2018-10-25
12 ------------------- 13 -------------------
13 14
14 * evolve+topic: fix possible crash during content-divergence evolution 15 * evolve+topic: fix possible crash during content-divergence evolution