CACHEDIR=$PWD/hgcache cat >> $HGRCPATH <> $dest/.hg/hgrc <> $dest/.hg/hgrc < "$1" hg add "$1" hg ci -m "$1" } ls_l() { "$PYTHON" $TESTDIR/ls-l.py "$@" } identifyrflcaps() { xargs -n 1 echo | egrep '(remotefilelog|getflogheads|getfile)' | sort }