diff -r 6bda8a9d8431 -r 270e344a6c74 tests/test-histedit-bookmark-motion.t --- a/tests/test-histedit-bookmark-motion.t Thu Oct 05 00:48:44 2017 +0000 +++ b/tests/test-histedit-bookmark-motion.t Thu Oct 05 21:56:25 2017 +0000 @@ -76,6 +76,7 @@ # e, edit = use commit, but stop for amending # m, mess = edit commit message without changing commit content # p, pick = 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 @@ -132,6 +133,7 @@ # e, edit = use commit, but stop for amending # m, mess = edit commit message without changing commit content # p, pick = 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