# HG changeset patch # User drewp@bigasterisk.com # Date 1684537870 25200 # Node ID c921e1cae0af28d5d22deefd8317cc07ba47adab # Parent 96e1f63202ad9ed6ca3949c65efcadafc0be20aa fix `make show_data_checkpoint` diff -r 96e1f63202ad -r c921e1cae0af .hgignore --- a/.hgignore Fri May 19 16:09:42 2023 -0700 +++ b/.hgignore Fri May 19 16:11:10 2023 -0700 @@ -36,9 +36,7 @@ show/dance2017/networking.n3 show/dance2019/model/ show/dance2019/video/ -show/dance2023/MeshroomCache/ -show/dance2023/images/ -show/dance2023/nstudio/ +show/dance2023/theater-models timelapse/ __pycache__ rgbled/build-nano328/ diff -r 96e1f63202ad -r c921e1cae0af makefile --- a/makefile Fri May 19 16:09:42 2023 -0700 +++ b/makefile Fri May 19 16:11:10 2023 -0700 @@ -75,9 +75,9 @@ xset s off xset -dpms -darcs_show_checkpoint: - darcs add --quiet --recursive ${LIGHT9_SHOW} - darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW} +show_data_checkpoint: + hg add ${LIGHT9_SHOW} + hg com ${LIGHT9_SHOW} -m "checkpoint show data" ### pi setup ###