equal
deleted
inserted
replaced
4 |
4 |
5 echo "[extensions]" >> $HGRCPATH |
5 echo "[extensions]" >> $HGRCPATH |
6 echo "convert = " >> $HGRCPATH |
6 echo "convert = " >> $HGRCPATH |
7 |
7 |
8 echo % create p4 depot |
8 echo % create p4 depot |
9 P4ROOT=$PWD/depot; export P4ROOT |
9 P4ROOT=`pwd`/depot; export P4ROOT |
10 P4AUDIT=$P4ROOT/audit; export P4AUDIT |
10 P4AUDIT=$P4ROOT/audit; export P4AUDIT |
11 P4JOURNAL=$P4ROOT/journal; export P4JOURNAL |
11 P4JOURNAL=$P4ROOT/journal; export P4JOURNAL |
12 P4LOG=$P4ROOT/log; export P4LOG |
12 P4LOG=$P4ROOT/log; export P4LOG |
13 P4PORT=localhost:16661; export P4PORT |
13 P4PORT=localhost:16661; export P4PORT |
14 P4DEBUG=1; export P4DEBUG |
14 P4DEBUG=1; export P4DEBUG |