tests/test-histedit-obsolete.t
changeset 34489 270e344a6c74
parent 34286 ecc96506c49d
child 34866 1644623ab096
equal deleted inserted replaced
34488:6bda8a9d8431 34489:270e344a6c74
   130   # Commands:
   130   # Commands:
   131   #
   131   #
   132   #  e, edit = use commit, but stop for amending
   132   #  e, edit = use commit, but stop for amending
   133   #  m, mess = edit commit message without changing commit content
   133   #  m, mess = edit commit message without changing commit content
   134   #  p, pick = use commit
   134   #  p, pick = use commit
       
   135   #  b, base = checkout changeset and apply further changesets from there
   135   #  d, drop = remove commit from history
   136   #  d, drop = remove commit from history
   136   #  f, fold = use commit, but combine it with the one above
   137   #  f, fold = use commit, but combine it with the one above
   137   #  r, roll = like fold, but discard this commit's description and date
   138   #  r, roll = like fold, but discard this commit's description and date
   138   #
   139   #
   139   $ hg histedit 1 --commands - --verbose <<EOF | grep histedit
   140   $ hg histedit 1 --commands - --verbose <<EOF | grep histedit