summaryrefslogtreecommitdiff
path: root/tests.branching/foreach-handles-full-urls.stdout
Commit message (Collapse)AuthorAgeFilesLines
* Fix test suite to work with current gitLars Wirzenius2013-10-081-1/+1
| | | | | Reviewed-by: Dan Firth Reviewed-by: Richard Maw
* b&m: Re-implement morph foreachRichard Maw2013-09-041-0/+1
| | | | | | | | | | | | | | The previous version attempted to separate the output of the commands run with newlines by printing a newline at the beginning if it wasn't the first repository. The check it used was for the first repository was flawed by assuming that the root repository was the first repository processed. Since the complication was not worth keeping the output identical, it has been changed to separate by printing a newline after every command and the test output has been amended to include the extra trailing newline.
* 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.