view tests/test-hg-parseurl.py.out @ 35225:8887a45e3384

lfs: enable the extension locally after converting to an 'lfs' repo This is consistent with clone and share in the previous commits.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 26 Nov 2017 21:14:48 -0500
parents 375872fdadba
children
line wrap: on
line source

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