comparison tests/test-hgweb-filelog @ 8452:cb93eee1fbcd

tests: add missing interpreter lines
author Martin Geisler <mg@lazybytes.net>
date Sun, 17 May 2009 02:15:21 +0200
parents f2fa1a9eede6
children
comparison
equal deleted inserted replaced
8451:ec8b8a0f494b 8452:cb93eee1fbcd
1 #!/bin/sh
2
1 hg init test 3 hg init test
2 cd test 4 cd test
3 5
4 echo b > b 6 echo b > b
5 hg ci -Am "b" 7 hg ci -Am "b"