tests/test-hg-parseurl.py.out
author Patrick Mezard <pmezard@gmail.com>
Thu, 28 Oct 2010 21:25:53 +0200
branchstable
changeset 12874 bb7bf43b72fb
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
patch: fix copies when patching over uncommitted changed (issue2459)

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