tests/test-hg-parseurl.py.out
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 26 Feb 2010 16:52:43 +0100
branchstable
changeset 10551 f61dced1367a
parent 10365 d757bc0c7865
child 11322 3d6915f5a2bb
permissions -rw-r--r--
fix test-mq-eol under --pure (mimic diffhelper.c behaviour) bug discovered by apycot (apycot.hg-scm.org)

http://example.com/no/anchor, branches: []
http://example.com/an/anchor, branches: ['foo']
http://example.com/no/anchor/branches, branches: ['foo']
http://example.com/an/anchor/branches, branches: ['foo', 'bar']
http://example.com/an/anchor/branches-None, branches: ['foo']