comparison tests/test-histedit-bookmark-motion.t @ 17087:a79776f427b4

tests: make histedit pass on Windows MSYS The command file will now be named with $TESTTMP (with '\') instead of `pwd` (with '/') to avoid wrong path conversions.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Jul 2012 01:47:59 +0200
parents 69dae7982c85
children bb6149f1db83
comparison
equal deleted inserted replaced
17086:5f2cacb715dc 17087:a79776f427b4
93 histedit: moving bookmarks five 93 histedit: moving bookmarks five
94 histedit: d2ae7f538514 to cb9a9f314b8b 94 histedit: d2ae7f538514 to cb9a9f314b8b
95 histedit: moving bookmarks will-move-backwards 95 histedit: moving bookmarks will-move-backwards
96 histedit: e860deea161a to ae467701c500 96 histedit: e860deea161a to ae467701c500
97 histedit: moving bookmarks four 97 histedit: moving bookmarks four
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 (glob)
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 (glob)
100 $ hg log --graph 100 $ hg log --graph
101 @ changeset: 3:0efacef7cb48 101 @ changeset: 3:0efacef7cb48
102 | bookmark: five 102 | bookmark: five
103 | tag: tip 103 | tag: tip
104 | user: test 104 | user: test
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: 0efacef7cb48 to 7c044e3e33a9
153 histedit: ae467701c500 to 1be9c35b4cb2 153 histedit: ae467701c500 to 1be9c35b4cb2
154 histedit: moving bookmarks four, three 154 histedit: moving bookmarks four, three
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 (glob)
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
160 $ hg log --graph 160 $ hg log --graph