##// END OF EJS Templates
plan9: mkfile and 9diff fixes...
Steven Stallion -
r16556:f9262456 stable
parent child Browse files
Show More
@@ -3,13 +3,13 b''
3 3
4 4 rfork e
5 5
6 fn getfiles{
7 cd $1 && \
6 fn getfiles {
7 cd $1 &&
8 8 for(f in `{du -as | awk '{print $2}'})
9 9 test -f $f && echo `{cleanname $f}
10 10 }
11 11
12 fn usage{
12 fn usage {
13 13 echo >[1=2] usage: 9diff [diff options] parent child root
14 14 exit usage
15 15 }
@@ -29,9 +29,9 b' install:VQ:\tbuild'
29 29 cd $ROOT
30 30 $SH -c '$PYTHON setup.py $PURE install \
31 31 --install-scripts $PYTHONBIN \
32 --skip-build' \
33 --force
32 --skip-build \
33 --force'
34 34 }
35 35 mkdir -p /lib/mercurial/hgrc.d
36 dircp hgrc.d /lib/mercurial/hgrc.d
37 cp 9diff /rc/bin
36 dircp hgrc.d /lib/mercurial/hgrc.d/
37 cp 9diff /rc/bin/
General Comments 0
You need to be logged in to leave comments. Login now