comparison tests/test-convert-hg-startrev @ 10119:bb5ea66789e3

tests: load with "ext =" instead of "hgext.ext ="
author Martin Geisler <mg@lazybytes.net>
date Wed, 23 Dec 2009 18:13:15 +0100
parents 5b7da468531b
children
comparison
equal deleted inserted replaced
10118:333193c025ad 10119:bb5ea66789e3
1 #!/bin/sh 1 #!/bin/sh
2 2
3 echo '[extensions]' >> $HGRCPATH 3 echo '[extensions]' >> $HGRCPATH
4 echo 'hgext.graphlog =' >> $HGRCPATH 4 echo 'graphlog =' >> $HGRCPATH
5 echo 'hgext.convert =' >> $HGRCPATH 5 echo 'convert =' >> $HGRCPATH
6 6
7 glog() 7 glog()
8 { 8 {
9 hg -R "$1" glog --template '{rev} "{desc}" files: {files}\n' 9 hg -R "$1" glog --template '{rev} "{desc}" files: {files}\n'
10 } 10 }