tests/test-hg-parseurl.py.out
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 11 Apr 2014 15:46:09 -0400
changeset 21015 14dd49260246
parent 13897 375872fdadba
permissions -rw-r--r--
bundle2: move the fromheader closure into the class itself The class is now directly related to this header data. We can sanely move it on the class. I do not like closures very much...

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