Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mercurial-plugin
  Commit: 46342a74962080b684d394e2259bbfd4075841b3
      
https://github.com/jenkinsci/mercurial-plugin/commit/46342a74962080b684d394e2259bbfd4075841b3
  Author: Michael Piffret <michael.piff...@gmail.com>
  Date:   2019-01-19 (Sat, 19 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  -----------
  FIX repository cache w/o sharing fails on Windows

getRepoLocation() returns a path with a "/" separator, but on Windows hgrc 
contains "\" paths for local clones.
Using ini4j we can simply search for the "default" path in the file and replace 
it without checking its value. After a clone it has been set by Mercurial and 
must match what we gave it, short of the directory separator.


  Commit: ed1d50b7b2c1c84a45dd6dbf8b6e607ebec0e82c
      
https://github.com/jenkinsci/mercurial-plugin/commit/ed1d50b7b2c1c84a45dd6dbf8b6e607ebec0e82c
  Author: Michael Piffret <michael.piff...@gmail.com>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  -----------
  Fix stream leaks and remove unneeded instruction


  Commit: 4dbede4a5ed21c011e5753b4c42dfc77f80eee01
      
https://github.com/jenkinsci/mercurial-plugin/commit/4dbede4a5ed21c011e5753b4c42dfc77f80eee01
  Author: Michael Piffret <michael.piff...@gmail.com>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  -----------
  Missing java.io imports


  Commit: e7d282c85b5eb340e30ec7f9e417c531f9e3bac0
      
https://github.com/jenkinsci/mercurial-plugin/commit/e7d282c85b5eb340e30ec7f9e417c531f9e3bac0
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  -----------
  Merge pull request #120 from michaelPf85/patch-1

FIX repository cache w/o sharing fails on Windows


Compare: 
https://github.com/jenkinsci/mercurial-plugin/compare/65ba1fe95fc9...e7d282c85b5e
      **NOTE:** GitHub Services has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by 
January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to