30faa48af4ce default tip

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 19 Aug 2024 08:56:24 -0400
parents 1273bba3a35a
children (none)
branches/tags default tip
files hgrc

Changes

--- 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 $@