Mercurial > hg > mercurial-source
changeset 8450:cb93eee1fbcd
tests: add missing interpreter lines
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 17 May 2009 02:15:21 +0200 |
parents | ec8b8a0f494b |
children | e33baed7c1bc |
files | tests/test-hgweb-diffs tests/test-hgweb-filelog tests/test-hgweb-removed tests/test-issue1306 tests/test-issue842 tests/test-mq-strip |
diffstat | 6 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgweb-diffs +++ b/tests/test-hgweb-diffs @@ -1,3 +1,5 @@ +#!/bin/sh + echo % setting up repo hg init test cd test
--- a/tests/test-hgweb-filelog +++ b/tests/test-hgweb-filelog @@ -1,3 +1,5 @@ +#!/bin/sh + hg init test cd test
--- a/tests/test-hgweb-removed +++ b/tests/test-hgweb-removed @@ -1,3 +1,5 @@ +#!/bin/sh + echo % setting up repo hg init test cd test
--- a/tests/test-issue1306 +++ b/tests/test-issue1306 @@ -1,3 +1,5 @@ +#!/bin/sh + echo % initialize remote repo with branches hg init remote cd remote