tests/test-hg-parseurl.py.out
author Patrick Mezard <pmezard@gmail.com>
Sat, 12 Mar 2011 12:46:31 +0100
changeset 13593 cc4721ed7a2a
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
help: extract items doc generation function

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