mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 07:20:11 +00:00
cli: fix typo in jj workspace
help
This commit is contained in:
parent
1cae93ce27
commit
fa398ab405
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ use crate::ui::Ui;
|
|||
/// while you're continuing to write code in another workspace.
|
||||
///
|
||||
/// Each workspace has its own working-copy commit. When you have more than one
|
||||
/// workspace attached to a repo, they are indicated by `@<workspace name>` in
|
||||
/// workspace attached to a repo, they are indicated by `<workspace name>@` in
|
||||
/// `jj log`.
|
||||
///
|
||||
/// Each workspace also has own sparse patterns.
|
||||
|
|
|
@ -1977,7 +1977,7 @@ Commands for working with workspaces
|
|||
|
||||
Workspaces let you add additional working copies attached to the same repo. A common use case is so you can run a slow build or test in one workspace while you're continuing to write code in another workspace.
|
||||
|
||||
Each workspace has its own working-copy commit. When you have more than one workspace attached to a repo, they are indicated by `@<workspace name>` in `jj log`.
|
||||
Each workspace has its own working-copy commit. When you have more than one workspace attached to a repo, they are indicated by `<workspace name>@` in `jj log`.
|
||||
|
||||
Each workspace also has own sparse patterns.
|
||||
|
||||
|
|
Loading…
Reference in a new issue