equal
deleted
inserted
replaced
74 # Commands: |
74 # Commands: |
75 # |
75 # |
76 # e, edit = use commit, but stop for amending |
76 # e, edit = use commit, but stop for amending |
77 # m, mess = edit commit message without changing commit content |
77 # m, mess = edit commit message without changing commit content |
78 # p, pick = use commit |
78 # p, pick = use commit |
|
79 # b, base = checkout changeset and apply further changesets from there |
79 # d, drop = remove commit from history |
80 # d, drop = remove commit from history |
80 # f, fold = use commit, but combine it with the one above |
81 # f, fold = use commit, but combine it with the one above |
81 # r, roll = like fold, but discard this commit's description and date |
82 # r, roll = like fold, but discard this commit's description and date |
82 # |
83 # |
83 $ hg histedit 1 --commands - --verbose << EOF | grep histedit |
84 $ hg histedit 1 --commands - --verbose << EOF | grep histedit |
130 # Commands: |
131 # Commands: |
131 # |
132 # |
132 # e, edit = use commit, but stop for amending |
133 # e, edit = use commit, but stop for amending |
133 # m, mess = edit commit message without changing commit content |
134 # m, mess = edit commit message without changing commit content |
134 # p, pick = use commit |
135 # p, pick = use commit |
|
136 # b, base = checkout changeset and apply further changesets from there |
135 # d, drop = remove commit from history |
137 # d, drop = remove commit from history |
136 # f, fold = use commit, but combine it with the one above |
138 # f, fold = use commit, but combine it with the one above |
137 # r, roll = like fold, but discard this commit's description and date |
139 # r, roll = like fold, but discard this commit's description and date |
138 # |
140 # |
139 $ hg histedit 1 --commands - --verbose << EOF | grep histedit |
141 $ hg histedit 1 --commands - --verbose << EOF | grep histedit |