We currently having a problem with Teamcity triggering builds with a VCS trigger when there are 0 file changes, our VCS roots are configured with Mercurial
We have a checkout rules setup to only checkout the necessary folder for the solution we want to build and we have a requirement to only build a solution if there are changes in the folder that the solution belongs
The problem we are having is teamcity is triggering a build when there aren't any changes on the folder, this only happends when we merge heads.
The pending changes will show 0 files and if you view the file changes the files shown are from a folder that isn't included in the checkout rules or the VCS trigger.
I can't seem to figure this one out, so any help would be appreciated.