how to ignore files in kiln/mercurial using tortoise hg “that are part of the repository”

后端 未结 4 1202
南方客
南方客 2020-11-27 23:46

We use tortoise hg with Kiln. In my vs 2010 c# project there are some files that are part of the repository but I would like tortoise hg to ignore them when I make a commit.

4条回答
  •  再見小時候
    2020-11-27 23:59

    When you do a TortoiseHG commit, there is a list of files with checkboxes by them. Deselect the files you do not want comitted.

    Or, on the command line, do a commit of the form hg commit --exclude "pattern", where pattern is defined in the hg man page.

提交回复
热议问题