tests/test-hg-parseurl.py.out
author Paul Morelle <paul.morelle@octobus.net>
Mon, 16 Oct 2017 14:32:06 +0200
changeset 35678 43154a76f392
parent 13897 375872fdadba
permissions -rw-r--r--
debugdeltachain: display how many chunks would be read in sparse-read mode

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