--- a/hgrc Mon Aug 19 08:55:42 2024 -0400
+++ b/hgrc Mon Aug 19 08:56:24 2024 -0400
@@ -138,11 +138,9 @@
# Commit message shortcuts.
cm = commit -m
-cus = commit -m 'Update subrepository state'
-cmm = commit -m 'Merge'
-ct = commit -m 'Update TODO' TODO .TODO.done
-cb = commit -m 'Close branch' --close-branch
-cmore = commit -m 'More'
+cmore = commit -m 'More'
+cmerge = commit -m 'Merge'
+cus = commit -m 'Update subrepository state'
# Merge shortcuts.
mergelocal = !$HG --config ui.merge=internal:local merge $@