##// END OF EJS Templates
test-phase-exchange: stabilize for Windows
Matt Harbison -
r33508:d09de637 default
parent child Browse files
Show More
@@ -1298,11 +1298,17 b' 2. Test that failed phases movement are '
1298
1298
1299 #endif
1299 #endif
1300
1300
1301 Test that clone behaves like pull and doesn't
1301 Test that clone behaves like pull and doesn't publish changesets as plain push
1302 publish changesets as plain push does
1302 does. The conditional output accounts for changes in the conditional block
1303 above.
1303
1304
1304 $ hg -R Upsilon phase -q --force --draft 2
1305 $ hg -R Upsilon phase -q --force --draft 2
1305 test-debug-phase: move rev 2: 0 -> 1
1306 test-debug-phase: move rev 2: 0 -> 1
1307 test-debug-phase: move rev 3: 0 -> 1 (unix-permissions no-root !)
1308 test-debug-phase: move rev 7: 0 -> 1 (unix-permissions no-root !)
1309 test-debug-phase: move rev 8: 0 -> 1 (unix-permissions no-root !)
1310 test-debug-phase: move rev 9: 0 -> 1 (unix-permissions no-root !)
1311
1306 $ hg clone -q Upsilon Pi -r 7
1312 $ hg clone -q Upsilon Pi -r 7
1307 test-debug-phase: new rev 0: x -> 0
1313 test-debug-phase: new rev 0: x -> 0
1308 test-debug-phase: new rev 1: x -> 0
1314 test-debug-phase: new rev 1: x -> 0
General Comments 0
You need to be logged in to leave comments. Login now