Skip to content

Commit 2b69dd7

Browse files
committed
Remove flaky transcript
1 parent abc9720 commit 2b69dd7

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

Diff for: unison-share-api/unison-share-api.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ test-suite unison-share-api-tests
183183
TypeOperators
184184
ViewPatterns
185185
ImportQualifiedPost
186+
QuasiQuotes
186187
ghc-options: -Wall
187188
build-depends:
188189
base

Diff for: unison-src/transcripts/idempotent/fuzzy-options.md

-20
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,3 @@ scratch/main> debug.fuzzy-options find-in _
5757
Select a namespace:
5858
* nested
5959
```
60-
61-
Project Branch args
62-
63-
``` ucm
64-
myproject/main> branch mybranch
65-
66-
Done. I've created the mybranch branch based off of main.
67-
68-
Tip: To merge your work back into the main branch, first
69-
`switch /main` then `merge /mybranch`.
70-
71-
scratch/main> debug.fuzzy-options switch _
72-
73-
Select a project or branch to switch to:
74-
* myproject/main
75-
* myproject/mybranch
76-
* scratch/empty
77-
* myproject
78-
* scratch
79-
```

0 commit comments

Comments
 (0)