[ 
https://issues.jenkins-ci.org/browse/JENKINS-12361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162177#comment-162177
 ] 

SCM/JIRA link daemon commented on JENKINS-12361:
------------------------------------------------

Code changed in jenkins
User: jglick
Path:
 src/main/java/hudson/plugins/mercurial/MercurialSCM.java
 src/test/java/hudson/plugins/mercurial/MercurialSCMTest.java
http://jenkins-ci.org/commit/mercurial-plugin/ab0aa6c46e85a80f8ee3b5a7db6e680ade14fecd
Log:
  Merge pull request #18 from kmbell/jenkins-12361

Fix for JENKINS-12361



                
> Modules with directory separators don't work on Windows
> -------------------------------------------------------
>
>                 Key: JENKINS-12361
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12361
>             Project: Jenkins
>          Issue Type: Bug
>          Components: mercurial
>         Environment: Windows
>            Reporter: Kevin Bell
>            Assignee: Kevin Bell
>            Priority: Minor
>              Labels: plugin, 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to