Mercurial > evolve
changeset 2672:a08bd434a19b
test: avoid 'test-check-commit.t' complaining copied code
We switch to git diff.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 28 Jun 2017 18:16:14 +0200 |
parents | 800463d6478c |
children | 1014341c637b |
files | tests/test-check-commit.t |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-commit.t Wed Jun 28 17:20:36 2017 +0200 +++ b/tests/test-check-commit.t Wed Jun 28 18:16:14 2017 +0200 @@ -3,6 +3,8 @@ Enable obsolescence to avoid the warning issue when obsmarker are found $ cat << EOF >> $HGRCPATH + > [diff] + > git = yes > [experimental] > evolution=all > EOF