tests/test-hg-parseurl.py.out
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 06 Feb 2010 11:28:03 +0100
changeset 10326 8b90e2966219
parent 8174 29bc5d18714a
child 10365 d757bc0c7865
permissions -rw-r--r--
commands: deprecate the heads -a option Hopefully we can remove it entirely in two releases or so.

http://example.com/no/anchor, revs: None, checkout: None
http://example.com/an/anchor, revs: ['foo'], checkout: 'foo'
http://example.com/no/anchor/revs, revs: ['foo'], checkout: 'foo'
http://example.com/an/anchor/revs, revs: ['foo', 'bar'], checkout: 'foo'
http://example.com/an/anchor/rev-None, revs: ['foo'], checkout: 'foo'