tests/test-hg-parseurl.py.out
author David Soria Parra <dsp@php.net>
Mon, 21 Feb 2011 22:22:12 +0100
branchstable
changeset 13453 c1b808020819
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
bookmarks: issue a warning if remote doesn't support comparing bookmarks We want to issue a warning and abort comparing bookmarks if remote doesn't support it. Otherwise hg out -B will list you outgoing bookmarks that cannot be pushed to the remote repository using hg push -B.

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