作为参数显式地指定一个或多个文件名,就会把这些文件添加到存储库跟踪的文件列表中。
Specifying one or more file names as arguments explicitly adds those files to the list of files that are being tracked by Mercurial.
要想把hgrc . example文件添加到存储库跟踪的文件列表中,应该使用hg add命令。
To add the hgrc.example file to the list of files that are being tracked in this repository, use the hg add command.
应用推荐