comparison tests/test-histedit-edit.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 768056549737
comparison
equal deleted inserted replaced
46103:3f82a915ab2a 46104:6f8a94bbfba1
473 # 473 #
474 # You can reorder changesets by reordering the lines 474 # You can reorder changesets by reordering the lines
475 # 475 #
476 # Commands: 476 # Commands:
477 # 477 #
478 # e, edit = use commit, but stop for amending 478 # e, edit = use commit, but allow edits before making new commit
479 # m, mess = edit commit message without changing commit content 479 # m, mess = edit commit message without changing commit content
480 # p, fold = use commit 480 # p, fold = use commit
481 # b, base = checkout changeset and apply further changesets from there 481 # b, base = checkout changeset and apply further changesets from there
482 # d, drop = remove commit from history 482 # d, drop = remove commit from history
483 # f, fold = use commit, but combine it with the one above 483 # f, fold = use commit, but combine it with the one above