Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Wed Nov 07 19:35:48 2018 +0100 +++ b/CHANGELOG Sat Nov 03 12:21:19 2018 +0530 @@ -7,6 +7,7 @@ * evolve: not longer attempt to translate revision's descriptions (issue6016) * evolve: fix compatibility with mercurial 4.8's narrow extension. + * pick: fix summary help text 8.3.1 -- 2018-10-25 -------------------