tests/test-walkrepo.py
changeset 23532 fad896292e7d
parent 16686 67964cda8701
child 27300 a8b2bf520a2a
equal deleted inserted replaced
23531:416c133145ee 23532:fad896292e7d
    39     sub2set = frozenset((pjoin('.', 'subsub1'),
    39     sub2set = frozenset((pjoin('.', 'subsub1'),
    40                          pjoin('.', 'subsubdir', 'subsub1')))
    40                          pjoin('.', 'subsubdir', 'subsub1')))
    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 "sub2set and reposet should have exactly one path in common."
    45     sub3 = pjoin('.', 'circle', 'top1')
    45     sub3 = pjoin('.', 'circle', 'top1')
    46     if sym and sub3 not 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