comparison tests/test-manifest @ 5406:f11554a097c8

test-manifest: test symlink and exec bit display
author Patrick Mezard <pmezard@gmail.com>
date Sat, 06 Oct 2007 22:30:24 +0200
parents 13d23d66a6cd
children
comparison
equal deleted inserted replaced
5405:8feb33c2d153 5406:f11554a097c8
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Source bundle was generated with the following script.
4 #
5 # hg init
6 # echo a > a
7 # ln -s a l
8 # hg ci -Ama -d'0 0'
9 # mkdir b
10 # echo a > b/a
11 # chmod +x b/a
12 # hg ci -Amb -d'1 0'
13
3 hg init 14 hg init
4 echo a > a 15 hg -q pull "$TESTDIR/test-manifest.hg"
5 hg ci -Ama -d'0 0' 16
6 mkdir b
7 echo a > b/a
8 hg ci -Amb -d'1 0'
9 hg manifest 17 hg manifest
10 hg manifest -v 18 hg manifest -v
11 hg manifest --debug 19 hg manifest --debug
12 hg manifest -r 0 20 hg manifest -r 0
13 hg manifest -r 1 21 hg manifest -r 1