Mercurial > code > home > repos > light9
diff makefile @ 2180:c921e1cae0af
fix `make show_data_checkpoint`
author | drewp@bigasterisk.com |
---|---|
date | Fri, 19 May 2023 16:11:10 -0700 |
parents | aecbcddccfea |
children | 8ebf79d6b957 |
line wrap: on
line diff
--- 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 ###