Mercurial > evolve
diff CHANGELOG @ 3398:d67e6080e11b
obslog: colorize the patch shown using `hg obslog -p`
This patch adds color support to the patch shown in obslog command.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Wed, 10 Jan 2018 19:47:43 +0530 |
parents | f7129e3d5a38 |
children | 718ef6b0ee6e |
line wrap: on
line diff
--- a/CHANGELOG Wed Dec 27 04:09:50 2017 +0530 +++ b/CHANGELOG Wed Jan 10 19:47:43 2018 +0530 @@ -20,6 +20,7 @@ * evolve: preserve phase information with --continue (issue5720) * evolve: --continue now properly reports merges as evolve * commit: suggest using topic on new heads + * obslog: add color support to content-diff output with --patch topic (0.7.1)