unison/unison-src/transcripts/pull-errors.output.md
Greg Pfeil 0031542faf
Add a space before code block info strings
This is for consistency with the `cmark` style. Now the blocks we still
pretty-print ourselves will match the bulk of them that `cmark`
produces.
2024-07-10 13:56:07 -06:00

44 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

``` ucm
test/main> pull @aryairani/test-almost-empty/main lib.base_latest
The use of `pull` to install libraries is now deprecated.
Going forward, you can use
`lib.install @aryairani/test-almost-empty/main`.
Downloaded 2 entities.
I installed @aryairani/test-almost-empty/main as
aryairani_test_almost_empty_main.
test/main> pull @aryairani/test-almost-empty/main a.b
⚠️
Sorry, I wasnt sure how to process your request:
I think you want to merge @aryairani/test-almost-empty/main
into the a.b namespace, but the `pull` command only supports
merging into the top level of a local project branch.
You can run `help pull` for more information on using `pull`.
test/main> pull @aryairani/test-almost-empty/main a
I think you want to merge @aryairani/test-almost-empty/main
into the a branch, but it doesn't exist. If you want, you can
create it with `branch.empty a`, and then `pull` again.
test/main> pull @aryairani/test-almost-empty/main .a
⚠️
Sorry, I wasnt sure how to process your request:
I think you want to merge @aryairani/test-almost-empty/main
into the .a namespace, but the `pull` command only supports
merging into the top level of a local project branch.
You can run `help pull` for more information on using `pull`.
```