-
Bug
-
Resolution: Fixed
-
Major
-
None
In bazaar there is a way to commit without changes (bzr ci --unchanged).
The parser doesn't set the message in the BazaarChangeSet and it generates a NullPointerException :
Caused by: java.lang.NullPointerException
at hudson.Util.escape(Util.java:707)
at hudson.scm.ChangeLogSet$Entry.getMsgEscaped(ChangeLogSet.java:183)
at hudson.scm.ChangeLogSet$Entry.getMsgAnnotated(ChangeLogSet.java:172)