view tests/test-hg-parseurl.py.out @ 30805:0ae287eb6a4f

similar: move score function to module level Future patches will use this to report the similarity of a rename / copy in the patch output.
author Sean Farley <sean@farley.io>
date Sat, 07 Jan 2017 20:47:57 -0800
parents 375872fdadba
children
line wrap: on
line source

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', [])
http://example.com/, branches: (None, [])
http://example.com/, branches: (None, [])
http://example.com/, branches: ('foo', [])