tests/test-histedit-bookmark-motion.t
changeset 17084 69dae7982c85
parent 17065 949e241b5573
child 17087 a79776f427b4
equal deleted inserted replaced
17069:2b1c78674230 17084:69dae7982c85
    85   > EOF
    85   > EOF
    86   $ hg histedit 1 --commands commands.txt --verbose | grep histedit
    86   $ hg histedit 1 --commands commands.txt --verbose | grep histedit
    87   histedit: Should update metadata for the following changes:
    87   histedit: Should update metadata for the following changes:
    88   histedit:  055a42cdd887 to ae467701c500
    88   histedit:  055a42cdd887 to ae467701c500
    89   histedit:     moving bookmarks three
    89   histedit:     moving bookmarks three
       
    90   histedit:  177f92b77385 to d36c0562f908
       
    91   histedit:     moving bookmarks also-two, two
    90   histedit:  652413bf663e to 0efacef7cb48
    92   histedit:  652413bf663e to 0efacef7cb48
    91   histedit:     moving bookmarks five
    93   histedit:     moving bookmarks five
    92   histedit:  d2ae7f538514 to cb9a9f314b8b
    94   histedit:  d2ae7f538514 to cb9a9f314b8b
    93   histedit:     moving bookmarks will-move-backwards
    95   histedit:     moving bookmarks will-move-backwards
    94   histedit:  e860deea161a to ae467701c500
    96   histedit:  e860deea161a to ae467701c500
    95   histedit:     moving bookmarks four
    97   histedit:     moving bookmarks four
    96   histedit:  177f92b77385 to d36c0562f908
       
    97   histedit:     moving bookmarks also-two, two
       
    98   saved backup bundle to $TESTTMP/r/.hg/strip-backup/d2ae7f538514-backup.hg
    98   saved backup bundle to $TESTTMP/r/.hg/strip-backup/d2ae7f538514-backup.hg
    99   saved backup bundle to $TESTTMP/r/.hg/strip-backup/34a9919932c1-backup.hg
    99   saved backup bundle to $TESTTMP/r/.hg/strip-backup/34a9919932c1-backup.hg
   100   $ hg log --graph
   100   $ hg log --graph
   101   @  changeset:   3:0efacef7cb48
   101   @  changeset:   3:0efacef7cb48
   102   |  bookmark:    five
   102   |  bookmark:    five
   147   > EOF
   147   > EOF
   148   $ hg histedit 1 --commands commands.txt --verbose | grep histedit
   148   $ hg histedit 1 --commands commands.txt --verbose | grep histedit
   149   histedit: Should update metadata for the following changes:
   149   histedit: Should update metadata for the following changes:
   150   histedit:  0efacef7cb48 to 1be9c35b4cb2
   150   histedit:  0efacef7cb48 to 1be9c35b4cb2
   151   histedit:     moving bookmarks five
   151   histedit:     moving bookmarks five
       
   152   histedit:  0efacef7cb48 to 7c044e3e33a9
   152   histedit:  ae467701c500 to 1be9c35b4cb2
   153   histedit:  ae467701c500 to 1be9c35b4cb2
   153   histedit:     moving bookmarks four, three
   154   histedit:     moving bookmarks four, three
   154   histedit:  0efacef7cb48 to 7c044e3e33a9
       
   155   saved backup bundle to $TESTTMP/r/.hg/strip-backup/ae467701c500-backup.hg
   155   saved backup bundle to $TESTTMP/r/.hg/strip-backup/ae467701c500-backup.hg
   156 
   156 
   157 We expect 'five' to stay at tip, since the tipmost bookmark is most
   157 We expect 'five' to stay at tip, since the tipmost bookmark is most
   158 likely the useful signal.
   158 likely the useful signal.
   159 
   159