##// END OF EJS Templates
tests: removes bashism from test-unamend.t...
Pulkit Goyal -
r35196:900ed985 default
parent child Browse files
Show More
@@ -16,7 +16,7 b' Repo Setup'
16 16
17 17 $ hg init repo
18 18 $ cd repo
19 $ for ch in {a..h}; do touch $ch; echo "foo" >> $ch; hg ci -Aqm "Added "$ch; done
19 $ for ch in a b c d e f g h; do touch $ch; echo "foo" >> $ch; hg ci -Aqm "Added "$ch; done
20 20
21 21 $ hg glog
22 22 @ 7:ec2426147f0e Added h
General Comments 0
You need to be logged in to leave comments. Login now