view tests/test-hg-parseurl.py.out @ 11277:2698a95f3f1b

revset: hook into revrange
author Matt Mackall <mpm@selenic.com>
date Tue, 01 Jun 2010 11:18:57 -0500
parents d757bc0c7865
children 3d6915f5a2bb
line wrap: on
line source

http://example.com/no/anchor, branches: []
http://example.com/an/anchor, branches: ['foo']
http://example.com/no/anchor/branches, branches: ['foo']
http://example.com/an/anchor/branches, branches: ['foo', 'bar']
http://example.com/an/anchor/branches-None, branches: ['foo']