summaryrefslogtreecommitdiff
path: root/tests.branching/checkout-works-anywhere.stdout
blob: ed8b1567a81d7d9fed111f0ffd970bd9dbdeff94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Workspace after checking out master from the workspace directory:
d .
d ./.morph
d ./master
d ./master/.morph-system-branch
d ./master/test
d ./master/test/morphs
d ./master/test/morphs/.git
f ./master/.morph-system-branch/config
f ./master/test/morphs/hello-stratum.morph
f ./master/test/morphs/hello-system.morph
Workspace after checking out master from within a new branch:
d .
d ./.morph
d ./master
d ./master/.morph-system-branch
d ./master/test
d ./master/test/morphs
d ./master/test/morphs/.git
d ./newbranch
d ./newbranch/.morph-system-branch
d ./newbranch/test
d ./newbranch/test/morphs
d ./newbranch/test/morphs/.git
f ./master/.morph-system-branch/config
f ./master/test/morphs/hello-stratum.morph
f ./master/test/morphs/hello-system.morph
f ./newbranch/.morph-system-branch/config
f ./newbranch/test/morphs/hello-stratum.morph
f ./newbranch/test/morphs/hello-system.morph