summaryrefslogtreecommitdiff
path: root/tests.branching/foreach-handles-full-urls.script
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up command testsSam Thursfield2012-11-141-1/+2
| | | | Be consistent about placement of test description, blank lines, etc.
* morph foreach: Handle repos addressed by full URLs correctlySam Thursfield2012-10-101-0/+27
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.