Mercurial > hg
diff tests/test-convert-datesort @ 8523:5b7da468531b
tests: replace #...# syntax with {...}
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 19 May 2009 23:02:17 +0200 |
parents | 49c69e1e4aa2 |
children | c5b4f662109f |
line wrap: on
line diff
--- a/tests/test-convert-datesort Fri May 15 09:43:30 2009 +0200 +++ b/tests/test-convert-datesort Tue May 19 23:02:17 2009 +0200 @@ -36,5 +36,5 @@ echo % convert with datesort hg convert --datesort t t2 echo % graph converted repo -hg -R t2 glog --template '#rev# "#desc#"\n' +hg -R t2 glog --template '{rev} "{desc}"\n'