-
Bug
-
Resolution: Fixed
-
Minor
-
Windows
Specifying a module such as 'src/main' does not work on windows.
Internally, the mercurial plugin converts the module paths to have unix '/' separators, but paths returned by 'hg status' have '\' separators, so the String.startsWith(...) test in MercurialSCM.dependentChanges() always returns false.