tests/test-hg-parseurl.py.out
author Brodie Rao <brodie@bitheap.org>
Sun, 26 Sep 2010 14:35:52 -0500
changeset 12504 f7dd8bffe18c
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
test-ssh: test absolute path that exists

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', [])