# HG changeset patch # User Steve Losh # Date 1595991348 14400 # Node ID 09a358e965b221b15e0abd2a47ada02f808c42fc # Parent b0c1c5bcfc3b15e7e4c02e03667ef1909ae2e8c0 More diff -r b0c1c5bcfc3b -r 09a358e965b2 bin/b --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/b Tue Jul 28 22:55:48 2020 -0400 @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -euo pipefail + +python ~/src/t/t.py --task-dir ./ --list TODO "$@" diff -r b0c1c5bcfc3b -r 09a358e965b2 hgrc --- a/hgrc Sun Jul 19 11:10:14 2020 -0400 +++ b/hgrc Tue Jul 28 22:55:48 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 $@