Mercurial > evolve
comparison tests/test-topic-change.t @ 3041:e162597b375a
test: remove bashism in test-topic-change.t
The test was broken on various machine using shell not supporting the
`{start..end}` construct.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 06 Oct 2017 10:28:09 +0200 |
parents | a05b6580f71c |
children | f43a310c4338 |
comparison
equal
deleted
inserted
replaced
3040:a05b6580f71c | 3041:e162597b375a |
---|---|
18 Setting up a repo | 18 Setting up a repo |
19 ---------------- | 19 ---------------- |
20 | 20 |
21 $ hg init topics | 21 $ hg init topics |
22 $ cd topics | 22 $ cd topics |
23 $ for ch in {a..h}; do touch $ch; echo "foo" >> $ch; hg ci -Aqm "Added "$ch; done | 23 $ for ch in a b c d e f g h; do touch $ch; echo "foo" >> $ch; hg ci -Aqm "Added "$ch; done |
24 | 24 |
25 $ hg glog | 25 $ hg glog |
26 @ 7:ec2426147f0e {} | 26 @ 7:ec2426147f0e {} |
27 | Added h () | 27 | Added h () |
28 | | 28 | |