tests/test-convert-p4-filetypes
branchstable
changeset 10275 3a1f29b63b9f
parent 9042 95046688f80f
child 16497 c326fe884daa
equal deleted inserted replaced
10274:04207f5e7344 10275:3a1f29b63b9f
     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