Mercurial > evolve
changeset 6043:b1a04ff0f99e
tests: add \n to glog alias, just in case
It doesn't change log output currently, but might do it when --patch is given.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 22 Sep 2021 02:33:50 +0300 |
parents | 1cbafebe874b |
children | b47a952b244a |
files | tests/testlib/common.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/testlib/common.sh Tue Sep 21 22:11:31 2021 +0300 +++ b/tests/testlib/common.sh Wed Sep 22 02:33:50 2021 +0300 @@ -14,5 +14,5 @@ cat >> $HGRCPATH << EOF [alias] -glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase} {instabilities}" +glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase} {instabilities}\n" EOF