Mercurial > hg > silvermirror
view TODO.txt @ 45:952a1c2e9cc1
python3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 24 Apr 2021 15:10:24 -0700 |
parents | 745ea6592724 |
children |
line wrap: on
line source
= silvermirror TODO = /actionable items for silvermirror/ - hg-update-all -> update-all (git+hg, etc):: hg-update-all () { for i in *; do if [ -e $i/.hg ]; then cd $i; hg pull; hg update; cd -; fi; done } - post-factor script to take format e.g. `examples/silvermirror-TODO.txt` and clean up after it