##// END OF EJS Templates
Define tla username locally in baz and tla tests...
Patrick Mezard -
r6101:abb1c451 default
parent child Browse files
Show More
@@ -2,15 +2,11 b''
2 2
3 3 "$TESTDIR/hghave" baz || exit 80
4 4
5 # I cannot find a way to set the user name locally
6 tla my-id > /dev/null 2>&1
7 if [ $? -ne 0 ]; then
8 echo '***'
9 echo '* PLEASE SET YOUR TLA USERNAME WITH:'
10 echo '* tla my-id username'
11 echo '***'
12 exit 1;
13 fi
5 mkdir do_not_use_HOME_baz
6 cd do_not_use_HOME_baz
7 HOME=`pwd`; export HOME
8 cd ..
9 tla my-id "mercurial <mercurial@selenic.com>"
14 10
15 11 echo "[extensions]" >> $HGRCPATH
16 12 echo "convert=" >> $HGRCPATH
@@ -2,15 +2,11 b''
2 2
3 3 "$TESTDIR/hghave" tla || exit 80
4 4
5 # I cannot find a way to set the user name locally
6 tla my-id > /dev/null 2>&1
7 if [ $? -ne 0 ]; then
8 echo '***'
9 echo '* PLEASE SET YOUR TLA USERNAME WITH:'
10 echo '* tla my-id username'
11 echo '***'
12 exit 1;
13 fi
5 mkdir do_not_use_HOME_tla
6 cd do_not_use_HOME_tla
7 HOME=`pwd`; export HOME
8 cd ..
9 tla my-id "mercurial <mercurial@selenic.com>"
14 10
15 11 echo "[extensions]" >> $HGRCPATH
16 12 echo "convert=" >> $HGRCPATH
General Comments 0
You need to be logged in to leave comments. Login now