histedit: sync docstring with edit comment

The docstring should probably reuse the edit comment string instead.
This commit is contained in:
Wagner Bruna 2012-08-02 11:28:21 -03:00
parent 48a670fcaf
commit 1d9183c516

View File

@ -33,7 +33,7 @@ file open in your editor::
# Commands:
# p, pick = use commit
# e, edit = use commit, but stop for amending
# f, fold = use commit, but fold into previous commit
# f, fold = use commit, but fold into previous commit (combines N and N-1)
# d, drop = remove commit from history
# m, mess = edit message without changing commit content
#
@ -52,7 +52,7 @@ would reorganize the file to look like this::
# Commands:
# p, pick = use commit
# e, edit = use commit, but stop for amending
# f, fold = use commit, but fold into previous commit
# f, fold = use commit, but fold into previous commit (combines N and N-1)
# d, drop = remove commit from history
# m, mess = edit message without changing commit content
#