tests/test-hg-parseurl.py.out
author Siddharth Agarwal <sid0@fb.com>
Wed, 07 Oct 2015 21:51:24 -0700
changeset 26589 fb388aa26453
parent 13897 375872fdadba
permissions -rw-r--r--
filemerge: clean up temp files in a finally block This isn't really a big deal because the temp files are created in $TMPDIR, but it makes some upcoming work simpler.

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