Mercurial > hg > silvermirror
annotate TODO.txt @ 46:b19b605b5b29
add example ini
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 13 Aug 2021 14:55:38 -0700 |
| parents | 745ea6592724 |
| children |
| rev | line source |
|---|---|
| 18 | 1 = silvermirror TODO = |
| 2 | |
| 3 /actionable items for silvermirror/ | |
| 4 | |
| 22 | 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 | |
| 18 | 23 - post-factor script to take format |
| 24 e.g. `examples/silvermirror-TODO.txt` and clean up after it |
