Mercurial > hg
diff tests/test-flags @ 8523:5b7da468531b
tests: replace #...# syntax with {...}
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 19 May 2009 23:02:17 +0200 |
parents | 0ac7fee4f024 |
children |
line wrap: on
line diff
--- a/tests/test-flags Fri May 15 09:43:30 2009 +0200 +++ b/tests/test-flags Tue May 19 23:02:17 2009 +0200 @@ -20,7 +20,7 @@ chmod +x a hg ci -m "chmod +x a" -d "1000000 0" echo % the changelog should mention file a: -hg tip --template '#files#\n' +hg tip --template '{files}\n' cd ../test1 echo 123 >>a