tests/test-hg-parseurl.py.out
author Patrick Mezard <patrick@mezard.eu>
Wed, 11 Apr 2012 11:32:00 +0200
changeset 16411 4c2edcd84175
parent 13897 375872fdadba
permissions -rw-r--r--
graphlog: correctly handle calls in subdirectories

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', [])
http://example.com/, branches: (None, [])
http://example.com/, branches: (None, [])
http://example.com/, branches: ('foo', [])