【发布时间】:2020-10-26 09:12:22
【问题描述】:
%path_of_repo%\.hg\hgrc中有一个repository的配置文件
它具有以下配置:
[paths]
default = C:\STORAGE\REPOSITORIES\PROJ_FIRST
[web]
name = The First Project
encoding = utf-8
我想将属性更改为 conf-file 示例。但是像这样的命令:
hg config web.name=NewNameOfProject
它不起作用(
从 Hg Mercurial 控制台编辑参数的命令的正确语法是什么?谢谢
【问题讨论】:
标签: bash mercurial tortoisehg