comparison .bash_aliases @ 75:7d4e0869d09d

Use 'hg locate' instead of 'svn ls -R'
author Steve Huston <huston@srhuston.net>
date Sun, 21 Apr 2013 01:49:42 -0400
parents 09b915fb36b8
children 0b67280c980c
comparison
equal deleted inserted replaced
74:61b849df7c91 75:7d4e0869d09d
170 rm $HOME/.todo.$$ 170 rm $HOME/.todo.$$
171 } 171 }
172 172
173 TOhtml() { 173 TOhtml() {
174 OUTDIR=`mktemp -d TOHTML.XXXXXX` 174 OUTDIR=`mktemp -d TOHTML.XXXXXX`
175 for F in `svn ls -R` ; do 175 for F in `hg locate` ; do
176 if [ -d $F ] ; then 176 if [ -d $F ] ; then
177 continue 177 continue
178 fi 178 fi
179 179
180 # Files to ignore from the list 180 # Files to ignore from the list