summaryrefslogtreecommitdiff
path: root/tests.branching/foreach-handles-full-urls.stdout
Commit message (Collapse)AuthorAgeFilesLines
* morph foreach: Handle repos addressed by full URLs correctlySam Thursfield2012-10-101-0/+3
This should not normally be used, because we make no attempt to detect when a full URL and a keyed URL are equivalent, so they cannot be used interchangably. However, 'foreach' would previously fail completely if the branch root happened to be a full URL because it didn't call convert_uri_to_path() correctly.