tests/test-hg-parseurl.py.out
branchstable
changeset 37788 ed5448edcbfa
parent 37287 fb92df8b634c
parent 37787 92213f6745ed
child 37789 bfd32db06952
equal deleted inserted replaced
37287:fb92df8b634c 37788:ed5448edcbfa
     1 http://example.com/no/anchor, branches: (None, [])
       
     2 http://example.com/an/anchor, branches: ('foo', [])
       
     3 http://example.com/no/anchor/branches, branches: (None, ['foo'])
       
     4 http://example.com/an/anchor/branches, branches: ('bar', ['foo'])
       
     5 http://example.com/an/anchor/branches-None, branches: ('foo', [])
       
     6 http://example.com/, branches: (None, [])
       
     7 http://example.com/, branches: (None, [])
       
     8 http://example.com/, branches: ('foo', [])