tests/test-hg-parseurl.py.out
author Eric Eisner <ede@alum.mit.edu>
Sat, 28 May 2011 11:03:48 -0400
branchstable
changeset 14469 2fdea636f254
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
subrepo: don't crash when git .hgsubstate is empty (issue2716)

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