view tests/test-hg-parseurl.py.out @ 31376:3690c75f4d1e

tests: make a variable for hg binary location in test-check-py3-commands The number of which calls in here is starting to get silly.
author Augie Fackler <augie@google.com>
date Sun, 12 Mar 2017 03:37:45 -0400
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', [])