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

增加Mercurial代码库相关的功能函数 #139

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

Commits on May 10, 2022

  1. 增加Mercurial代码库相关的功能函数

    1.增加同步Mercurial代码库的先决条件函数:init_git_remote_hg(),用于初始化依赖脚本、更新git设置等。此函数只需调用一次即可,无需每次同步Mercurial代码库都调用。
    2.增加repo_init()函数的Mercurial适用版本:repo_init_hg()
    3.增加update_repo_git()函数的Mercurial适用版本:update_repo_git_hg()
    4.由于Mercurial支持MultipleHeads,所以出于防止歧义的考虑,我没法实现checkout_repo()函数的Mercurial适用版本。MultipleHeads的链接详见:https://www.mercurial-scm.org/wiki/MultipleHeads
    linuxbckp authored May 10, 2022
    Configuration menu
    Copy the full SHA
    1125ec8 View commit details
    Browse the repository at this point in the history