Source control view panel for vcs other than git #26583
HKalbasi
started this conversation in
Feature Ideas / Enhancements
Replies: 2 comments
-
I think this is something that needs to be done, but it's a long way off, and the current git implementation code is written to death, and will probably require a lot of refactoring to make it work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Jujutsu support would be very welcome indeed, especially as it might be so much cleaner if done natively and not as an afterthought over existing git support. No staging area, no explicit "commits", just a tree of anonymous branches of changes which can be described on-demand |
Beta Was this translation helpful? Give feedback.
0 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.
-
Zed recently added support for git, which is great. By exposing its infrastructure to the extensions like vscode, extensions can add support for other version control systems like mercurial and jujutsu.
Beta Was this translation helpful? Give feedback.
All reactions