comparison TODO.txt @ 22:745ea6592724

STUB: TODO.txt
author Jeff Hammel <k0scist@gmail.com>
date Thu, 16 Jan 2014 14:36:12 -0800
parents 2c2998eabfb5
children
comparison
equal deleted inserted replaced
21:da4848140985 22:745ea6592724
1 = silvermirror TODO = 1 = silvermirror TODO =
2 2
3 /actionable items for silvermirror/ 3 /actionable items for silvermirror/
4 4
5 - hg-update-all -> update-all (git+hg, etc)::
6
7 hg-update-all ()
8 {
9 for i in *;
10 do
11 if [ -e $i/.hg ]; then
12 cd $i;
13 hg pull;
14 hg update;
15 cd -;
16 fi;
17 done
18 }
19
20
21
22
5 - post-factor script to take format 23 - post-factor script to take format
6 e.g. `examples/silvermirror-TODO.txt` and clean up after it 24 e.g. `examples/silvermirror-TODO.txt` and clean up after it
7