tests/test-hg-parseurl.py.out
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 03 Oct 2014 20:14:43 -0700
changeset 22794 4aa1bfb54f43
parent 13897 375872fdadba
permissions -rw-r--r--
generatorset: update the docstring now that it is a smartset The documentation was still stating that this class was not a smartset. We drop that part.

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