Mercurial > public > mercurial-scm > hg-stable
diff tests/test-push-warn.t @ 24361:8de8cd34f2e3
tests: replace uses of 'seq' with portable 'seq.py'
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 17 Mar 2015 21:47:47 -0400 |
parents | 4ab66de46a96 |
children | 69bd0ec2f9be |
line wrap: on
line diff
--- a/tests/test-push-warn.t Tue Mar 17 20:59:23 2015 -0400 +++ b/tests/test-push-warn.t Tue Mar 17 21:47:47 2015 -0400 @@ -411,7 +411,7 @@ adding c created new head - $ for i in `seq 3`; do hg -R h up -q 0; echo $i > h/b; hg -R h ci -qAm$i; done + $ for i in `python $TESTDIR/seq.py 3`; do hg -R h up -q 0; echo $i > h/b; hg -R h ci -qAm$i; done $ hg -R i push h pushing to h