view tests/test-hg-parseurl.py.out @ 10412:5326800d6937

check-code: import some pylint checks
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Feb 2010 13:53:24 -0600
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']