tests/test-hg-parseurl.py.out
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 12 Mar 2011 11:06:40 +0100
changeset 13580 587bce2f304c
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
tests: fix permission issue trying to remove test directory

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