tests/test-histedit-bookmark-motion.t
changeset 34489 270e344a6c74
parent 33351 154298576d44
child 35393 4441705b7111
equal deleted inserted replaced
34488:6bda8a9d8431 34489:270e344a6c74
    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