comparison contrib/check-code.py @ 19133:101b80eb7364

tests: check path separator in moves
author Brendan Cully <brendan@kublai.com>
date Fri, 03 May 2013 14:19:30 -0700
parents a91894c8064a
children 60b63216997c
comparison
equal deleted inserted replaced
19132:605deb776abf 19133:101b80eb7364
110 winglobmsg), 110 winglobmsg),
111 (r'^ pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'), 111 (r'^ pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
112 (r'^ reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'), 112 (r'^ reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
113 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'), 113 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
114 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'), 114 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
115 (r'^ moving \S+/.*[^)]$', winglobmsg),
115 (r'^ no changes made to subrepo since.*/.*[^)]$', 116 (r'^ no changes made to subrepo since.*/.*[^)]$',
116 winglobmsg, '\$TESTTMP/unix-repo$'), 117 winglobmsg, '\$TESTTMP/unix-repo$'),
117 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', 118 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$',
118 winglobmsg, '\$TESTTMP/unix-repo$'), 119 winglobmsg, '\$TESTTMP/unix-repo$'),
119 ], 120 ],