gpt4 book ai didi

mercurial - 加载多个 .hgrc 文件 - 即一些具有机器特定设置的文件?

转载 作者:行者123 更新时间:2023-12-04 01:30:03 27 4
gpt4 key购买 nike

我想保留两个 ~/.hgrc 文件: ~/.hgrc 和 ~/.hgrc.local - 一个具有“标准”设置(例如, username ),另一个具有特定于机器的设置(例如,设置图形合并工具)。

我怎样才能用 hg 做到这一点?

例如,这就是我使用 Vim 的方式:

# ~/.vimrc
syntax enable
source ~/.vimrc.local

然后:
# ~/.vimrc.local
let work_code = 'code/work/.*'
if expand('%:p:h') =~ work_code ... fi

最佳答案

有一个不经常使用的 %include mercurial 1.3 及更高版本中的指令:

来自 man hgrc :

   A  line  of  the  form %include file will include file into the current
configuration file. The inclusion is recursive, which means that
included files can include other files. Filenames are relative to the
configuration file in which the %include directive is found.

所以去:
   %include ~/.hgrc.local

你应该很高兴去。

关于mercurial - 加载多个 .hgrc 文件 - 即一些具有机器特定设置的文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1867237/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com