author | Brodie Rao <brodie@bitheap.org> |
Fri, 02 Apr 2010 15:22:17 -0500 | |
changeset 10826 | 717c35d55fb3 |
parent 10365 | d757bc0c7865 |
child 11322 | 3d6915f5a2bb |
permissions | -rw-r--r-- |
10365
d757bc0c7865
interpret repo#name url syntax as branch instead of revision
Sune Foldager <cryo@cyanite.org>
parents:
8174
diff
changeset
|
1 |
http://example.com/no/anchor, branches: [] |
d757bc0c7865
interpret repo#name url syntax as branch instead of revision
Sune Foldager <cryo@cyanite.org>
parents:
8174
diff
changeset
|
2 |
http://example.com/an/anchor, branches: ['foo'] |
d757bc0c7865
interpret repo#name url syntax as branch instead of revision
Sune Foldager <cryo@cyanite.org>
parents:
8174
diff
changeset
|
3 |
http://example.com/no/anchor/branches, branches: ['foo'] |
d757bc0c7865
interpret repo#name url syntax as branch instead of revision
Sune Foldager <cryo@cyanite.org>
parents:
8174
diff
changeset
|
4 |
http://example.com/an/anchor/branches, branches: ['foo', 'bar'] |
d757bc0c7865
interpret repo#name url syntax as branch instead of revision
Sune Foldager <cryo@cyanite.org>
parents:
8174
diff
changeset
|
5 |
http://example.com/an/anchor/branches-None, branches: ['foo'] |