comparison tests/test-unamend.t @ 35195:900ed9853017

tests: removes bashism from test-unamend.t FreeBSD builders fail because of bashism. Differential Revision: https://phab.mercurial-scm.org/D1578
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 02 Dec 2017 06:32:41 +0530
parents 867990238dc6
children 9e339c97fabb
comparison
equal deleted inserted replaced
35194:779c6cf2967b 35195:900ed9853017
14 14
15 Repo Setup 15 Repo Setup
16 16
17 $ hg init repo 17 $ hg init repo
18 $ cd repo 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 $ hg glog 21 $ hg glog
22 @ 7:ec2426147f0e Added h 22 @ 7:ec2426147f0e Added h
23 | 23 |
24 o 6:87d6d6676308 Added g 24 o 6:87d6d6676308 Added g