File tree 2 files changed +1
-20
lines changed
unison-src/transcripts/idempotent
2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ test-suite unison-share-api-tests
183
183
TypeOperators
184
184
ViewPatterns
185
185
ImportQualifiedPost
186
+ QuasiQuotes
186
187
ghc-options : -Wall
187
188
build-depends :
188
189
base
Original file line number Diff line number Diff line change @@ -57,23 +57,3 @@ scratch/main> debug.fuzzy-options find-in _
57
57
Select a namespace:
58
58
* nested
59
59
```
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
- ```
You can’t perform that action at this time.
0 commit comments