50ced2860f22
Merge
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 29 Jul 2020 18:14:24 -0400 |
parents | 69727e6dc74c (current diff) 09a358e965b2 (diff) |
children | f89078a3dc08 |
branches/tags | (none) |
files | servers/bin/freqs servers/bin/hist servers/bin/props |
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/b Wed Jul 29 18:14:24 2020 -0400 @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -euo pipefail + +python ~/src/t/t.py --task-dir ./ --list TODO "$@"
--- a/hgrc Wed Jul 29 18:14:01 2020 -0400 +++ b/hgrc Wed Jul 29 18:14:24 2020 -0400 @@ -122,9 +122,10 @@ # Commit message shortcuts. cm = commit -m -cus = commit -m 'Update subrepository state.' -cmm = commit -m 'Merge.' -cb = commit -m 'Close branch.' --close-branch +cus = commit -m 'Update subrepository state' +cmm = commit -m 'Merge' +cmt = commit -m 'Update TODO' +cb = commit -m 'Close branch' --close-branch # Merge shortcuts. mergelocal = !$HG --config ui.merge=internal:local merge $@
--- a/restic/excludes.txt Wed Jul 29 18:14:01 2020 -0400 +++ b/restic/excludes.txt Wed Jul 29 18:14:24 2020 -0400 @@ -31,4 +31,6 @@ /home/sjl/src/abcl /home/sjl/src/arduino /home/sjl/src/dotfiles/vim/tmp +/home/sjl/Pictures/Webcam +/home/sjl/Pictures/darktable_export cache2
--- a/servers/bin/freqs Wed Jul 29 18:14:01 2020 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../../bin/freqs \ No newline at end of file