tests/test-hg-parseurl.py.out
author Martin Geisler <mg@lazybytes.net>
Sat, 14 Aug 2010 02:58:34 +0200
changeset 11862 cad06c8d2073
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
tests: unify test-bookmarks-current

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