[PATCH 06 of 11 RFC] histedit: add exec to commandtable
Olle Lundberg
olle.lundberg at gmail.com
Wed Mar 5 16:15:17 UTC 2014
# HG changeset patch
# User Olle Lundberg <geek at nerd.sh>
# Date 1393978534 -3600
# Wed Mar 05 01:15:34 2014 +0100
# Node ID 7a3c22979ecb3870454cbead65ef49ca81c2c833
# Parent cb0ccd948579f1ccbcb39e3749b77268985d0a7b
histedit: add exec to commandtable
diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -460,10 +460,12 @@
'fold': fold,
'd': drop,
'drop': drop,
'm': message,
'mess': message,
+ 'x': execute,
+ 'exec': execute,
}
@command('histedit',
[('', 'commands', '',
_('Read history edits from the specified file.')),
More information about the Mercurial-devel
mailing list