Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
1.8.1
-
None
-
None
Description
When using Mercurial, the goals "status" and "check-local-modification" do not use the include and exclude patterns.
This is because check-local-modification does not use these parameters at all, and because for both goals, the Mercurial implementation returns the status of all files in the repository anyway. According to the documentation of ScmManager.status() that is OK. But include/exclude could still work for all SCM providers if the Mojos use the include/exclude filters after calling ScmManager.status().