# HG changeset patch # User Steve Losh # Date 1596060864 14400 # Node ID 50ced2860f224d4ec2cd28da96f45d32bfceabe8 # Parent 69727e6dc74c4eba45d4de767812bd6412b20096# Parent 09a358e965b221b15e0abd2a47ada02f808c42fc Merge diff -r 69727e6dc74c -r 50ced2860f22 bin/b --- /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 "$@" diff -r 69727e6dc74c -r 50ced2860f22 hgrc --- 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 $@ diff -r 69727e6dc74c -r 50ced2860f22 restic/excludes.txt --- 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 diff -r 69727e6dc74c -r 50ced2860f22 servers/bin/freqs --- 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 diff -r 69727e6dc74c -r 50ced2860f22 servers/bin/hist --- a/servers/bin/hist Wed Jul 29 18:14:01 2020 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../../bin/hist \ No newline at end of file diff -r 69727e6dc74c -r 50ced2860f22 servers/bin/props --- a/servers/bin/props Wed Jul 29 18:14:01 2020 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../../bin/props \ No newline at end of file