Mercurial包含/排除选项不起作用

时间:2016-08-04 11:55:55

标签: mercurial tortoisehg hgignore

我在Windows 8.1上使用Mercurial版本3.8.4。当我运行这个命令时:

> hg status                                  
M Program.cs                                 
? asd\gfgfdg\asdasd\asdasd\ghfg.txt          
? asd\gfgfdg\asdasd\erert.txt                
? asd\gfgfdg\ggdfg.txt                       
? asd\gfgfdg\ghfh.txt 

所有这些命令的输出都是相同的,它不应该是(除非我误解了文档):

hg status -X“**。txt”

hg status -X'**。txt'

hg status -X“glob:**。txt”

hg status -X'glob:**。txt'

hg status -X“set:**。txt”

hg status -X'set:**。txt'

hg status -X“* .txt”

0 个答案:

没有答案