comparison tests/test-convert-mtn @ 8523:5b7da468531b

tests: replace #...# syntax with {...}
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 May 2009 23:02:17 +0200
parents d883bfbd2e60
children bb5ea66789e3
comparison
equal deleted inserted replaced
8522:39fd67552297 8523:5b7da468531b
113 echo % convert incrementally 113 echo % convert incrementally
114 hg convert -s mtn repo.mtn 114 hg convert -s mtn repo.mtn
115 115
116 glog() 116 glog()
117 { 117 {
118 hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@" 118 hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@"
119 } 119 }
120 120
121 cd repo.mtn-hg 121 cd repo.mtn-hg
122 hg up -C 122 hg up -C
123 glog 123 glog