comparison tests/test-narrow-update.t @ 36136:6767e7ce2c31

test-narrow: partially stabilize on Windows test-narrow-strip.t is still broken. I don't see any feature condititionals, so it might be an actual problem.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 13 Feb 2018 00:54:36 -0500
parents a2a6e724d61a
children 009d0283de5f
comparison
equal deleted inserted replaced
36135:8b33eb349e0b 36136:6767e7ce2c31
45 45
46 $ hg update -q 'desc("add inside and outside")' 46 $ hg update -q 'desc("add inside and outside")'
47 $ hg update -q 'desc("modify inside")' 47 $ hg update -q 'desc("modify inside")'
48 $ find * 48 $ find *
49 inside 49 inside
50 inside/f1 (glob) 50 inside/f1
51 $ cat inside/f1 51 $ cat inside/f1
52 modified 52 modified
53 53
54 Can update to revision with changes outside 54 Can update to revision with changes outside
55 55
56 $ hg update -q 'desc("modify outside")' 56 $ hg update -q 'desc("modify outside")'
57 $ find * 57 $ find *
58 inside 58 inside
59 inside/f1 (glob) 59 inside/f1
60 $ cat inside/f1 60 $ cat inside/f1
61 modified 61 modified
62 62
63 Can update with a deleted file inside 63 Can update with a deleted file inside
64 64