Skip to content

Commit

Permalink
Consider using alternate workaround from JENKINS-14247.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 6, 2012
1 parent 7b512f3 commit 999b61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/mercurial/MercurialSCM.java
Expand Up @@ -246,7 +246,7 @@ protected PollingResult compareRemoteRevisionWith(AbstractProject<?, ?> project,

try {
// Get the list of changed files.
Node node = project.getLastBuiltOn(); // HUDSON-5984: ugly but matches what AbstractProject.poll uses
Node node = project.getLastBuiltOn(); // JENKINS-5984: ugly but matches what AbstractProject.poll uses; though compare JENKINS-14247
FilePath repository = workspace2Repo(workspace);

pull(launcher, repository, listener, output, node,getBranch());
Expand Down

0 comments on commit 999b61c

Please sign in to comment.