Open
Description
Problem
jujutsu is a new git-compatible DVCS with a mix of features from different previous VCS and has become my main VCS for personal projects. Right now cargo
does not support the creation of a new project with jj
as its VCS and I would like to add it to the list of VCS that can be chosen when creating a new project.
Proposed Solution
The solution is fairly simple as it only has to follow how other VCS are being supported.
I have already implemented it following the implementation of the support for pijul
and was going to create a PR but then I noticed that I had to create first an issue and for it to be accepted. If the issue is accepted I will create the PR with the code I have written.
Notes
No response