diff tests/test-histedit-edit.t @ 34489:270e344a6c74

histedit: removing the experimental config 'histeditng' This config has been around for about 2 years now. So, it can be assumed to be stable. Therefore, I am removing the config. This also makes the test 'test-histedit-base.t' compatible with chg. Test Plan: - Ran the test 'test-histedit-base.t' with and without '--chg' option. - Ran all the other tests without '--chg' option. - Checked the output of 'hg help histedit'. Differential Revision: https://phab.mercurial-scm.org/D942
author Saurabh Singh <singhsrb@fb.com>
date Thu, 05 Oct 2017 21:56:25 +0000
parents c26a76e1af36
children 4441705b7111
line wrap: on
line diff
--- a/tests/test-histedit-edit.t	Thu Oct 05 00:48:44 2017 +0000
+++ b/tests/test-histedit-edit.t	Thu Oct 05 21:56:25 2017 +0000
@@ -476,6 +476,7 @@
   #  e, edit = use commit, but stop for amending
   #  m, mess = edit commit message without changing commit content
   #  p, fold = use commit
+  #  b, base = checkout changeset and apply further changesets from there
   #  d, drop = remove commit from history
   #  f, fold = use commit, but combine it with the one above
   #  r, roll = like fold, but discard this commit's description and date