Skip to content
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

vcs: add Jujutsu support #1876

Merged
merged 1 commit into from
Jan 21, 2024
Merged

vcs: add Jujutsu support #1876

merged 1 commit into from
Jan 21, 2024

Conversation

daehyeok
Copy link
Contributor

@daehyeok daehyeok commented Jan 21, 2024

Support for detecting Jujutsu projects.

Jujutsu is a VCS which designed to working with multiple backend. Jujutsu is designed so that the underlying data and storage model is abstract. Today, it features two backends—one of them uses a Git repository for storage, while the other is a native storage backend1.

*It also planed to replace Mercurial as an internal monorepo client at Google. (See the slides)

Testing
Manually verified that projectile-project-info and projectile-find-file working properly.
스크린샷 2024-01-20 오후 8 46 00
스크린샷 2024-01-20 오후 8 46 24


Before submitting a PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):

  • The commits are consistent with our contribution guidelines
  • You've added tests (if possible) to cover your change(s)
  • All tests are passing (eldev test)
  • The new code is not generating bytecode or M-x checkdoc warnings
  • You've updated the changelog (if adding/changing user-visible functionality)
  • You've updated the readme (if adding/changing user-visible functionality)

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants