Mercurial > hg
diff tests/test-convert-svn-startrev @ 8523:5b7da468531b
tests: replace #...# syntax with {...}
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 19 May 2009 23:02:17 +0200 |
parents | 90d8dfb481e7 |
children | 9c75f16f577c |
line wrap: on
line diff
--- a/tests/test-convert-svn-startrev Fri May 15 09:43:30 2009 +0200 +++ b/tests/test-convert-svn-startrev Tue May 19 23:02:17 2009 +0200 @@ -32,7 +32,7 @@ --config convert.svn.branches=" " \ --config convert.svn.tags= \ --datesort $svnurl $repopath - hg -R $repopath glog --template '#rev# #desc|firstline# files: #files#\n' + hg -R $repopath glog --template '{rev} {desc|firstline} files: {files}\n' echo }