首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

Mercurial 资料状态标识列表

2012-09-29 
Mercurial 文件状态标识列表在 Mercurial 中输入 hg status 之后,文件名左侧会有一个文件状态标识,详解如

Mercurial 文件状态标识列表

在 Mercurial 中输入

hg status

之后,文件名左侧会有一个文件状态标识,详解如下:

The codes used to show the status of files are:

?? M = modified
?? A = added
?? R = removed
?? C = clean
?? ! = missing (deleted by non-hg command, but still tracked)
?? ? = not tracked
?? I = ignored
???? = origin of the previous file listed as A (added)


可以通过

hg help status

命令来查看详细解释。

热点排行