Why does't jj file untrack provide a -r option? #9764
Unanswered
arialdomartini
asked this question in
Q&A
Replies: 1 comment 3 replies
|
Kind of a nitpick, but I think "tracking" and "untracking" only make sense when applied to the working copy. Untracking means "remove the file from the repository but leave it in the working copy". To remove a file from other revisions, I have #9508 open for adding |
3 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.
AFAIK there is no way to run
jj file untrackon a revset, like inwhich would come in handy to ignore a mistakenly tracked file in
@and in all the descendants.I wonder if it's because it is structurally not possible to have
jj file untrackoperate on revisions other than the current one, or for other reasons.All reactions