tests/remotefilelog-library.sh
changeset 40571 95a079ea1e19
parent 40516 67e35dceab9b
child 40573 a777ad36b287
equal deleted inserted replaced
40570:ad71c792a8d8 40571:95a079ea1e19
    58 [phases]
    58 [phases]
    59 publish=False
    59 publish=False
    60 EOF
    60 EOF
    61 }
    61 }
    62 
    62 
    63 hginit() {
       
    64   local name
       
    65   name=$1
       
    66   shift
       
    67   hg init $name $@
       
    68 }
       
    69 
       
    70 clearcache() {
    63 clearcache() {
    71   rm -rf $CACHEDIR/*
    64   rm -rf $CACHEDIR/*
    72 }
    65 }
    73 
    66 
    74 mkcommit() {
    67 mkcommit() {