summaryrefslogtreecommitdiff
path: root/tests.branching/edit-clones-chunk.stdout
Commit message (Collapse)AuthorAgeFilesLines
* foreach: sort repositories asciibeticallyRichard Maw2013-09-161-12/+12
| | | | | | | | | | | | | | | | | | | The test suite checks the output of the foreach command, this requires repositories to be returned in a stable order. The order returned from os.listdir differs by the filesystem used. btrfs returns roughly in insertion order, tmpfs alphabetically. This allowed the failure to sort pass through unchecked, since I was testing on btrfs, but people discovered issues when using /tmp, which is a tmpfs. To fix this, foreach sorts the result of list_git_directories() by directory name. The previous code would always return the root repository first, this was a unnecessary complication, so now everything is returned asciibetically and the tests amended to reflect this.
* b&m: Re-implement morph foreachRichard Maw2013-09-041-0/+2
| | | | | | | | | | | | | | 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.
* tests: Use test: URL prefix instead of baserock: throughoutSam Thursfield2012-11-071-4/+4
| | | | | | | | | | Some tests already used test: and in order to be able to share the scripts/setup-3rd-party-strata script they need to all use the same prefix. Using baserock: implies that we are using real code from Baserock, so I picked test: because the tests only ever use mock morphologies and no real code.
* Update branching tests to use 'morph foreach'Sam Thursfield2012-09-171-6/+11
|
* Add test for branching off not from masterLars Wirzenius2012-04-301-3/+1
|
* Change "checkout existing branch" test to not check out masterLars Wirzenius2012-03-261-4/+10
| | | | Checking out another branch exposed a bunch of bugs.
* Modify "morph edit" test to verify origin is set correctlyLars Wirzenius2012-03-231-0/+22
|
* Add "morph edit", "morph show-system-branch" subcommandsLars Wirzenius2012-03-231-0/+6