tests/test-hg-parseurl.py.out
author Kevin Bullock <kbullock@ringworld.org>
Mon, 14 Feb 2011 23:59:21 -0600
changeset 13407 354f304152ad
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
bookmarks: update help text since moving into core Clarifies the help text for the bookmarks command regarding the requirements for pushing or pulling bookmarks.

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