comparison tests/test-bheads.out @ 11543:0a2762d83c53 stable

test-bheads: use a case-insensitive set of filenames (issue2274) This prevents false negatives on case-insensitive systems.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Tue, 06 Jul 2010 15:05:03 +0900
parents 7d780c04f074
children
comparison
equal deleted inserted replaced
11542:594b98846ce1 11543:0a2762d83c53
185 adding a 185 adding a
186 marked working directory as branch b 186 marked working directory as branch b
187 adding b 187 adding b
188 % case NN: msg 188 % case NN: msg
189 marked working directory as branch b 189 marked working directory as branch b
190 adding B 190 adding bb
191 created new head 191 created new head
192 % case HN: no msg 192 % case HN: no msg
193 % case BN: msg 193 % case BN: msg
194 marked working directory as branch default 194 marked working directory as branch default
195 adding A 195 adding aa
196 created new head 196 created new head
197 % case CN: msg 197 % case CN: msg
198 adding BB 198 adding bbb
199 created new head 199 created new head
200 % case BB: msg 200 % case BB: msg
201 marked working directory as branch default 201 marked working directory as branch default
202 created new head 202 created new head
203 % case CB: msg 203 % case CB: msg