-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for jujutsu VCS #12102
Comments
I was not here when Cargo was integrating
|
Thank you for your response. Dont worry 😄 I understand that the integration of
|
For reference, #3842 |
The team discussed this a bit today, and here are some thoughts we had about adding new VCS support:
|
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 withjj
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
The text was updated successfully, but these errors were encountered: