equal
deleted
inserted
replaced
41 if len(sub2set & reposet) != 1: |
41 if len(sub2set & reposet) != 1: |
42 print "sub2set = %r" % (sub2set,) |
42 print "sub2set = %r" % (sub2set,) |
43 print "reposet = %r" % (reposet,) |
43 print "reposet = %r" % (reposet,) |
44 print "sub1set and reposet should have exactly one path in common." |
44 print "sub1set and reposet should have exactly one path in common." |
45 sub3 = pjoin('.', 'circle', 'top1') |
45 sub3 = pjoin('.', 'circle', 'top1') |
46 if sym and not (sub3 in reposet): |
46 if sym and sub3 not in reposet: |
47 print "reposet = %r" % (reposet,) |
47 print "reposet = %r" % (reposet,) |
48 print "Symbolic links are supported and %s is not in reposet" % (sub3,) |
48 print "Symbolic links are supported and %s is not in reposet" % (sub3,) |
49 |
49 |
50 runtest() |
50 runtest() |
51 if sym: |
51 if sym: |