unison/unison-src/transcripts/pull-errors.output.md

44 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

``` 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
2024-07-05 19:54:35 +03:00
⚠️
2024-07-05 22:10:28 +03:00
Sorry, I wasnt sure how to process your request:
2024-07-05 19:54:35 +03:00
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
2024-07-05 19:54:35 +03:00
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
2024-07-05 19:54:35 +03:00
⚠️
2024-07-05 22:10:28 +03:00
Sorry, I wasnt sure how to process your request:
2024-07-05 19:54:35 +03:00
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`.
```