我添加了条带扩展 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)