tests/test-hg-parseurl.py.out
author Mads Kiilerich <madski@unity3d.com>
Fri, 25 Jan 2013 18:20:13 +0100
branchstable
changeset 18491 b7da9c042b9e
parent 13897 375872fdadba
permissions -rw-r--r--
largefiles: fix cat when using relative paths from subdirectory

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