changeset 513:ad9ca178e094

hg: add crevert alias for curses-revert
author Augie Fackler <raf@durin42.com>
date Thu, 03 Jun 2021 14:25:21 -0400
parents ea947b2b04a0
children 7e8603e0a822
files .hgrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -23,6 +23,7 @@ upstream-bookmarks = log -r 'bookmark() 
 utip = log -r 'limit(heads(upstream()), 1)'
 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | (cd $(hg root) ; xargs -0 egrep -H '$1')
 crecord = !$HG commit --interactive --config ui.interface=curses $@
+crevert = !$HG revert --interactive --config ui.interface=curses $@
 
 wc-out = log -r 'ancestors(.) and not upstream()'
 wc-email = email -r 'ancestors(.) and not upstream()'