Branch: refs/heads/master
Home: https://github.com/jenkinsci/mercurial-plugin
Commit: b736b8cb7158c996d9cee4e0814114d646055299
https://github.com/jenkinsci/mercurial-plugin/commit/b736b8cb7158c996d9cee4e0814114d646055299
Author: [email protected] <[email protected]>
Date: 2013-07-04 (Thu, 04 Jul 2013)
Changed paths:
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
M src/test/java/hudson/plugins/mercurial/MercurialStatusTest.java
Log Message:
-----------
Added ability to recognize /var/hg/stuff in mercurial push polling.
Previously, it caused NPE because of no scheme.
Commit: c46e2b316a2a04ff6f9cba96d61bd4da1fb20b00
https://github.com/jenkinsci/mercurial-plugin/commit/c46e2b316a2a04ff6f9cba96d61bd4da1fb20b00
Author: [email protected] <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M src/main/java/hudson/plugins/mercurial/HgExe.java
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
M src/test/java/hudson/plugins/mercurial/HgExeTest.java
M src/test/java/hudson/plugins/mercurial/MercurialStatusTest.java
Log Message:
-----------
Some path equality tests are not symmetric.
Commit: 3227ce10a68414252925f6da8d9c237c3828f8f8
https://github.com/jenkinsci/mercurial-plugin/commit/3227ce10a68414252925f6da8d9c237c3828f8f8
Author: [email protected] <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
Log Message:
-----------
Can specify that this is @Nonnull.
Commit: 5906c07afec78257e7d9c992c0dbdd1523f3761a
https://github.com/jenkinsci/mercurial-plugin/commit/5906c07afec78257e7d9c992c0dbdd1523f3761a
Author: [email protected] <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
Log Message:
-----------
Should not need Objects.equal any more: just .equals(.
Commit: c0c4bd98dd8f3e1aab161f3ecb562b0b96f4a520
https://github.com/jenkinsci/mercurial-plugin/commit/c0c4bd98dd8f3e1aab161f3ecb562b0b96f4a520
Author: Jesse Glick <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
Log Message:
-----------
[FIXED JENKINS-18807] Ignore SCM triggers which ask to suppress post-commit
hooks.
Requires 1.493+, so just update to 1.509.x already.
Commit: 91506c85033c1c2623bb1a861bd7a775c6116984
https://github.com/jenkinsci/mercurial-plugin/commit/91506c85033c1c2623bb1a861bd7a775c6116984
Author: Jesse Glick <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
Log Message:
-----------
Stylistic cleanups.
Commit: b46aa668954e4303ddc64cc7d15a58e73b151c59
https://github.com/jenkinsci/mercurial-plugin/commit/b46aa668954e4303ddc64cc7d15a58e73b151c59
Author: Jesse Glick <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M src/main/java/hudson/plugins/mercurial/HgExe.java
M src/main/java/hudson/plugins/mercurial/MercurialChangeSet.java
M src/main/java/hudson/plugins/mercurial/MercurialSCM.java
M src/test/java/hudson/plugins/mercurial/SCMTestBase.java
Log Message:
-----------
s/XXX/TODO/g
Commit: ec46d29ee12d59791670163444cdca5a9697af89
https://github.com/jenkinsci/mercurial-plugin/commit/ec46d29ee12d59791670163444cdca5a9697af89
Author: Jesse Glick <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M pom.xml
Log Message:
-----------
Greatly simplified POM.
Removed <reporting> section (no one runs reports on a plugin);
deleted unused or redundant dependencies;
deleted overrides of things now declared in plugin parent POM;
made various minor corrections and updated.
Commit: 1bc586bad3e1eb9ff4325035c484465db9f39c21
https://github.com/jenkinsci/mercurial-plugin/commit/1bc586bad3e1eb9ff4325035c484465db9f39c21
Author: scraft <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M src/test/java/hudson/plugins/mercurial/HgExeTest.java
Log Message:
-----------
Do not run file system checks designed for POSIX OS's on non POSIX OS's.
Commit: 95e029d890bb5fdd9ae8b7977f9fecd09c3a1919
https://github.com/jenkinsci/mercurial-plugin/commit/95e029d890bb5fdd9ae8b7977f9fecd09c3a1919
Author: [email protected] <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M src/test/java/hudson/plugins/mercurial/HgExeTest.java
Log Message:
-----------
Merge github.com:jenkinsci/mercurial-plugin into path-equal
Commit: 15808c373178f3d18558ced5195716567488ddac
https://github.com/jenkinsci/mercurial-plugin/commit/15808c373178f3d18558ced5195716567488ddac
Author: [email protected] <[email protected]>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Log Message:
-----------
Merge github.com:jenkinsci/mercurial-plugin into path-equal
Conflicts:
src/test/java/hudson/plugins/mercurial/HgExeTest.java
Commit: 9d41ba0b7ad66b6ddefd87711195c0c3e7843124
https://github.com/jenkinsci/mercurial-plugin/commit/9d41ba0b7ad66b6ddefd87711195c0c3e7843124
Author: Jesse Glick <[email protected]>
Date: 2013-08-02 (Fri, 02 Aug 2013)
Changed paths:
M src/main/java/hudson/plugins/mercurial/HgExe.java
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
M src/test/java/hudson/plugins/mercurial/HgExeTest.java
M src/test/java/hudson/plugins/mercurial/MercurialStatusTest.java
Log Message:
-----------
Merge pull request #41 from thomedw/path-equal
[FIXED JENKINS-18252] Added ability to recognize non-URL file paths in
/notifyCommit
Compare:
https://github.com/jenkinsci/mercurial-plugin/compare/fc8a1a73b312...9d41ba0b7ad6
--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.