From 2b69dd74787b0ca590f4392c1fff3f8e91a7a6d0 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Wed, 29 Jan 2025 10:38:08 -0800 Subject: [PATCH] Remove flaky transcript --- unison-share-api/unison-share-api.cabal | 1 + .../transcripts/idempotent/fuzzy-options.md | 20 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/unison-share-api/unison-share-api.cabal b/unison-share-api/unison-share-api.cabal index e454cb315e..d56eb5fb7a 100644 --- a/unison-share-api/unison-share-api.cabal +++ b/unison-share-api/unison-share-api.cabal @@ -183,6 +183,7 @@ test-suite unison-share-api-tests TypeOperators ViewPatterns ImportQualifiedPost + QuasiQuotes ghc-options: -Wall build-depends: base diff --git a/unison-src/transcripts/idempotent/fuzzy-options.md b/unison-src/transcripts/idempotent/fuzzy-options.md index 6d024d601e..2bfadbb3b7 100644 --- a/unison-src/transcripts/idempotent/fuzzy-options.md +++ b/unison-src/transcripts/idempotent/fuzzy-options.md @@ -57,23 +57,3 @@ scratch/main> debug.fuzzy-options find-in _ Select a namespace: * nested ``` - -Project Branch args - -``` ucm -myproject/main> branch mybranch - - Done. I've created the mybranch branch based off of main. - - Tip: To merge your work back into the main branch, first - `switch /main` then `merge /mybranch`. - -scratch/main> debug.fuzzy-options switch _ - - Select a project or branch to switch to: - * myproject/main - * myproject/mybranch - * scratch/empty - * myproject - * scratch -```