小编PKD*_*iyy的帖子

将 hg strip 添加到 hgrc 配置文件

我添加了条带扩展 hgrc 配置。(苹果系统)

cd ~
nano .hgrc
Run Code Online (Sandbox Code Playgroud)

[extension]添加的行下:

strip =
Run Code Online (Sandbox Code Playgroud)

即使 vagrant restart 或 mac restart 也没有帮助,命令仍然无法识别。

hgrc 文件:

[ui]
        # name and email, e.g.
        # username = Jane Doe <jdoe@example.com>
        username = ....>
        ignore=~/.hgignore_global

        # We recommend enabling tweakdefaults to get slight improvements to
        # the UI over time. Make sure to set HGPLAIN in the environment when
        # writing scripts!
        # tweakdefaults = True

        # uncomment to disable color in command output
        # (see 'hg help …
Run Code Online (Sandbox Code Playgroud)

mercurial mercurial-extension

1
推荐指数
1
解决办法
846
查看次数

标签 统计

mercurial ×1

mercurial-extension ×1