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

Add rye init --vcs option to set version control system. Defaults to git, adds mercurial and none options. #1289

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 25, 2024

  1. Add rye init option to set mercurial VCS for new project.

    Usage:
    ```
    rye init --vcs [git | mercurial]
    ```
    Default can be configured in ~/.rye/config.toml
    ```
    [default]
    vcs = "mercurial"
    ```
    When not specified, or when git specified, current behavior is preserved.
    When mercurial is specified, a mercurial VCS is initialized unless the WD is already in a mercurial VCS, and a hgignore file is created.
    adenyes committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    44ad720 View commit details
    Browse the repository at this point in the history