tests/test-hg-parseurl.py.out
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 13 Jan 2016 00:09:26 -0500
changeset 27743 5dcadc6c5aed
parent 13897 375872fdadba
permissions -rw-r--r--
test-status: stabilize for no-execbit platforms The preceding #if conditional was the only modification to the file, so the "reverting file" line in the subsequent revert command was getting dropped.

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