tests/test-hg-parseurl.py.out
author Siddharth Agarwal <sid0@fb.com>
Sun, 24 Mar 2013 16:43:25 -0700
changeset 18818 a0bff3d4f67b
parent 13897 375872fdadba
permissions -rw-r--r--
manifestmerge: rename n to n1 and n2 An upcoming patch will combine the two loops into one, so it's important to distinguish between nodes in m1 and nodes in m2.

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