-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revsets: add syntax for a particular workspace's checkout (#13)
Because we record each workspace's checkout in the repo view, we can -- unlike other VCSs -- let the user refer to any workspace's checkout in revsets. This patch adds syntax for that, so you can show the contents of the checkout in workspace "foo" with `jj show foo@`. That won't automatically commit that workspace's working copy, however.
- Loading branch information
1 parent
5b46fa3
commit 012b4c4
Showing
5 changed files
with
138 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.