tests/test-histedit-bookmark-motion.t
changeset 31076 37ab9e20991c
parent 28396 5490b04e6132
child 33345 4192694b4844
equal deleted inserted replaced
31075:f1b63ec4b987 31076:37ab9e20991c
    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   #  d, drop = remove commit from history
    79   #  d, drop = remove commit from history
    80   #  f, fold = use commit, but combine it with the one above
    80   #  f, fold = use commit, but combine it with the one above
    81   #  r, roll = like fold, but discard this commit's description
    81   #  r, roll = like fold, but discard this commit's description and date
    82   #
    82   #
    83   $ hg histedit 1 --commands - --verbose << EOF | grep histedit
    83   $ hg histedit 1 --commands - --verbose << EOF | grep histedit
    84   > pick 177f92b77385 2 c
    84   > pick 177f92b77385 2 c
    85   > drop d2ae7f538514 1 b
    85   > drop d2ae7f538514 1 b
    86   > pick 055a42cdd887 3 d
    86   > pick 055a42cdd887 3 d
   139   #  e, edit = use commit, but stop for amending
   139   #  e, edit = use commit, but stop for amending
   140   #  m, mess = edit commit message without changing commit content
   140   #  m, mess = edit commit message without changing commit content
   141   #  p, pick = use commit
   141   #  p, pick = use commit
   142   #  d, drop = remove commit from history
   142   #  d, drop = remove commit from history
   143   #  f, fold = use commit, but combine it with the one above
   143   #  f, fold = use commit, but combine it with the one above
   144   #  r, roll = like fold, but discard this commit's description
   144   #  r, roll = like fold, but discard this commit's description and date
   145   #
   145   #
   146   $ hg histedit 1 --commands - --verbose << EOF | grep histedit
   146   $ hg histedit 1 --commands - --verbose << EOF | grep histedit
   147   > pick b346ab9a313d 1 c
   147   > pick b346ab9a313d 1 c
   148   > pick cacdfd884a93 3 f
   148   > pick cacdfd884a93 3 f
   149   > pick 59d9f330561f 2 d
   149   > pick 59d9f330561f 2 d