tests/test-hg-parseurl.py.out
author Christian Ebert <blacktrash@gmx.net>
Sun, 26 Sep 2010 19:18:41 +0200
changeset 12495 6401e8547427
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
test-keyword: fix typo, rephrase

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