mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 12:59:45 +00:00
Tweak some of the tool.uv.sources error messages for consistency (#3364)
This commit is contained in:
parent
100935f4f1
commit
363e808724
3 changed files with 47 additions and 43 deletions
|
|
@ -146,9 +146,9 @@ pub enum RequirementSource {
|
|||
/// `<scheme>://<domain>/<path>#subdirectory=<subdirectory>`.
|
||||
url: VerbatimUrl,
|
||||
},
|
||||
/// A remote git repository, either over HTTPS or over SSH.
|
||||
/// A remote Git repository, over either HTTPS or SSH.
|
||||
Git {
|
||||
/// The repository URL (without `git+` prefix).
|
||||
/// The repository URL (without the `git+` prefix).
|
||||
repository: Url,
|
||||
/// Optionally, the revision, tag, or branch to use.
|
||||
reference: GitReference,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue