summaryrefslogtreecommitdiff
path: root/tests.branching/checkout-cleans-up-on-failure.stderr
Commit message (Collapse)AuthorAgeFilesLines
* Rework CachedRepo to use the GitDirectory class where possibleSam Thursfield2014-12-031-1/+1
| | | | | | | | | | | | | This consolidates a bunch of code paths that were previously duplicated. This also changes the API for local cached repos to match the function names GitDirectory uses. Note that the remote repo cache still uses the old names, and should be fixed when time permits. Some unit tests that use the CachedRepo module required a bit of inelegant monkey-patching in order that they continue to work. A better way to do this would be with the 'mock' library (which would need to be added to Baserock 'build' and 'devel' systems before we could use it).
* Update the stderr and stdout files for the tests.Daniel Silverstone2012-09-141-1/+1
| | | | | | Rework the test outputs to match reality. This is due to tweaks in how morph edit/checkout gets its repository now that the copy-from-cache is marginally more like a traditional clone in terms of what you get at the end.
* Fix tests for previous commitSam Thursfield2012-09-131-1/+1
|
* morph branch,checkout: Clean up the branch dir on failureSam Thursfield2012-09-101-0/+1