diff --git a/tests/test-unrelated-pull b/tests/test-unrelated-pull --- a/tests/test-unrelated-pull +++ b/tests/test-unrelated-pull @@ -1,9 +1,11 @@ +#!/bin/sh + mkdir a cd a hg init echo 123 > a hg add a -hg commit -t "a" -u a -d "0 0" +hg commit -m "a" -u a -d "0 0" cd .. mkdir b @@ -11,7 +13,7 @@ cd b hg init echo 321 > b hg add b -hg commit -t "b" -u b -d "0 0" +hg commit -m "b" -u b -d "0 0" hg pull ../a hg heads