# HG changeset patch # User Franz Glasner # Date 1548785849 -3600 # Node ID 4e86a3bce096fbff4e11aefa71ac49d711f70feb # Parent 15d23729d176a98337d05897a300761d85cabf68 FIX: Tests: subrepo setup had trailing whitespace ad HEREDOC-end: this made the complete kgwarchive subrepo configuration invalid. All ids have changed. diff -r 15d23729d176 -r 4e86a3bce096 tests/lib-test-kwarchive.sh --- a/tests/lib-test-kwarchive.sh Tue Jan 29 18:07:43 2019 +0100 +++ b/tests/lib-test-kwarchive.sh Tue Jan 29 19:17:29 2019 +0100 @@ -135,9 +135,9 @@ EOF cp src/f2.py src/f2.txt hg add VERSION README test2.txt test2-not-expanded.txt - hg ci -m 'First part of files: VERSION, README, test2.txt' + hg commit -m 'First part of files: VERSION, README, test2.txt' hg add --quiet src/ - hg ci -m 'All files in src' + hg commit -m 'All files in src' cd .. } @@ -177,7 +177,7 @@ MyFullRevision = HGrevision MySubstKeyword = replace:: This is a custom replacement -EOF +EOF cat >f1.txt <