Manual "new"
#4047
Replies: 1 comment 17 replies
-
How can you make the working copy read‐only? Jujutsu can’t stop files from changing underneath it (unless you think we should require use of a VFS). Would it just throw an error and refuse to run if any of them differ? |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On the back of #4012, it'd be nice to reduce the dependency on empty commits. Here's a different way to achieve that:
jj view
that loads the specified revision into the working copy, and makes all its files and directories readonly.jj view
, i.e. make the working copy readonly.Beta Was this translation helpful? Give feedback.
All reactions