comparison tests/test-histedit-obsolete.t @ 46104:6f8a94bbfba1

histedit: adjust comment describing `edit` action for clarity Differential Revision: https://phab.mercurial-scm.org/D9561
author Augie Fackler <augie@google.com>
date Thu, 10 Dec 2020 13:15:15 -0500
parents 3f82a915ab2a
children 5b6dd0d9171b
comparison
equal deleted inserted replaced
46103:3f82a915ab2a 46104:6f8a94bbfba1
137 # 137 #
138 # You can reorder changesets by reordering the lines 138 # You can reorder changesets by reordering the lines
139 # 139 #
140 # Commands: 140 # Commands:
141 # 141 #
142 # e, edit = use commit, but stop for amending 142 # e, edit = use commit, but allow edits before making new commit
143 # m, mess = edit commit message without changing commit content 143 # m, mess = edit commit message without changing commit content
144 # p, pick = use commit 144 # p, pick = use commit
145 # b, base = checkout changeset and apply further changesets from there 145 # b, base = checkout changeset and apply further changesets from there
146 # d, drop = remove commit from history 146 # d, drop = remove commit from history
147 # f, fold = use commit, but combine it with the one above 147 # f, fold = use commit, but combine it with the one above