如何rs。两个hg存储库之间的.hgignore匹配的文件

时间:2010-02-28 23:05:44

标签: mercurial rsync binaries

你如何rsync两个存储库之间没有被mercurial跟踪的文件?

我的.hgignore看起来像这样:

 
syntax: glob

*.mat
*.pdf
*.asv
*.bz
*.tar
*.zip
*.7zip
*.rar
*.gz
*.wmv
*.png
*.jpg
*.jpeg
*.bmp
*.tif
*.tiff
*.gif
*.avi
*.mpg
*.node
*.ncb
*.pdb
*.ele
*.hh
*.html
*.htm
*.xsl
*.log
*.o
*.ilk
*.cvs*
*.vproj
*.proj*
*.mex*
*.sln
*.run
*.make
Makefile
*.ignore_dirs
*.d

谢谢

1 个答案:

答案 0 :(得分:5)

您可以使用hg st -ni生成存储库中存在的已忽略的文件列表。带有hg st -nu nonversioned 文件。