Mercurial > hg
comparison tests/test-acl @ 3490:ceaa3fefc10c
Merge with crew
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 24 Oct 2006 13:46:04 -0500 |
parents | 33b6c8193652 |
children | 85237110c371 |
comparison
equal
deleted
inserted
replaced
3457:ff06fe0703ef | 3490:ceaa3fefc10c |
---|---|
7 | 7 |
8 echo "Pushing as user $user" | 8 echo "Pushing as user $user" |
9 echo 'hgrc = """' | 9 echo 'hgrc = """' |
10 sed -e 1,2d b/.hg/hgrc | 10 sed -e 1,2d b/.hg/hgrc |
11 echo '"""' | 11 echo '"""' |
12 if [ -e acl.config ]; then | 12 if test -f acl.config; then |
13 echo 'acl.config = """' | 13 echo 'acl.config = """' |
14 cat acl.config | 14 cat acl.config |
15 echo '"""' | 15 echo '"""' |
16 fi | 16 fi |
17 LOGNAME=$user hg --cwd a --debug push ../b | 17 LOGNAME=$user hg --cwd a --debug push ../b |