-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
A-vcsArea: general VCS issuesArea: general VCS issuesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-initCommand-newS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
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
InCogNiTo124, fowles, russdam, chriskrycho, susl and 13 morevoronind-com
Metadata
Metadata
Assignees
Labels
A-vcsArea: general VCS issuesArea: general VCS issuesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-initCommand-newS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.