tests/test-histedit-bookmark-motion.t
changeset 33351 154298576d44
parent 33350 b320ff822c7e
child 34489 270e344a6c74
equal deleted inserted replaced
33350:b320ff822c7e 33351:154298576d44
    85   > drop d2ae7f538514 1 b
    85   > drop d2ae7f538514 1 b
    86   > pick 055a42cdd887 3 d
    86   > pick 055a42cdd887 3 d
    87   > fold e860deea161a 4 e
    87   > fold e860deea161a 4 e
    88   > pick 652413bf663e 5 f
    88   > pick 652413bf663e 5 f
    89   > EOF
    89   > EOF
    90   saved backup bundle to $TESTTMP/r/.hg/strip-backup/96e494a2d553-45c027ab-backup.hg (glob)
    90   saved backup bundle to $TESTTMP/r/.hg/strip-backup/96e494a2d553-45c027ab-histedit.hg (glob)
    91   $ hg log --graph
    91   $ hg log --graph
    92   @  changeset:   3:cacdfd884a93
    92   @  changeset:   3:cacdfd884a93
    93   |  bookmark:    five
    93   |  bookmark:    five
    94   |  tag:         tip
    94   |  tag:         tip
    95   |  user:        test
    95   |  user:        test
   139   $ hg histedit 1 --commands - --verbose << EOF | grep histedit
   139   $ hg histedit 1 --commands - --verbose << EOF | grep histedit
   140   > pick b346ab9a313d 1 c
   140   > pick b346ab9a313d 1 c
   141   > pick cacdfd884a93 3 f
   141   > pick cacdfd884a93 3 f
   142   > pick 59d9f330561f 2 d
   142   > pick 59d9f330561f 2 d
   143   > EOF
   143   > EOF
   144   saved backup bundle to $TESTTMP/r/.hg/strip-backup/59d9f330561f-073008af-backup.hg (glob)
   144   saved backup bundle to $TESTTMP/r/.hg/strip-backup/59d9f330561f-073008af-histedit.hg (glob)
   145 
   145 
   146 We expect 'five' to stay at tip, since the tipmost bookmark is most
   146 We expect 'five' to stay at tip, since the tipmost bookmark is most
   147 likely the useful signal.
   147 likely the useful signal.
   148 
   148 
   149   $ hg log --graph
   149   $ hg log --graph