Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-git @ 8523:5b7da468531b
tests: replace #...# syntax with {...}
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 19 May 2009 23:02:17 +0200 |
parents | e3d3dad805f9 |
children | a0a541d6fed6 |
line wrap: on
line diff
--- a/tests/test-convert-git Fri May 15 09:43:30 2009 +0200 +++ b/tests/test-convert-git Tue May 19 23:02:17 2009 +0200 @@ -101,7 +101,7 @@ glog() { - hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@" + hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@" } splitrepo()