tests/test-hg-parseurl.py.out
author Matt Mackall <mpm@selenic.com>
Thu, 07 Oct 2010 18:05:04 -0500
changeset 12617 2063d36b406e
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
revsets: make revpair revsets-aware revpair returns the first and last members of the computed revset(s)

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