Skip to content
Snippets Groups Projects
Commit 832f40d2af53 authored by timeless's avatar timeless
Browse files

rebase: factor out histedit help command

parent 13272104bb07
No related branches found
No related tags found
No related merge requests found
......@@ -217,4 +217,5 @@
keepopen = opts.get('keepopen', False)
if opts.get('interactive'):
help = "hg help histedit"
msg = _("interactive history editing is supported by the "
......@@ -220,5 +221,5 @@
msg = _("interactive history editing is supported by the "
"'histedit' extension (see \"hg help histedit\")")
"'histedit' extension (see \"%s\")") % help
raise util.Abort(msg)
if collapsemsg and not collapsef:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment