Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bazaar-plugin
  Commit: ae2bb0d52a9cab1f1d8769e7c5748c8db227f5d7
      
https://github.com/jenkinsci/bazaar-plugin/commit/ae2bb0d52a9cab1f1d8769e7c5748c8db227f5d7
  Author: Harald Sitter <sit...@kde.org>
  Date:   2017-01-10 (Tue, 10 Jan 2017)

  Changed paths:
    M src/main/java/hudson/plugins/bazaar/BazaarSCM.java

  Log Message:
  -----------
  fix lightweight checkout revision detection

for lightweight branches bzr revision-info would query the remote to get
the latest revision in the remote branch rather than the local lightweight
version. --tree prevents this from happening and always reports the
revision of the tree at `root` regardless of the branch type at root.

since revision-info is used both for local and remote queries there's a
new helper getLocalRevisionState() which will add --tree while the default
behavior is remote querying which continues to not use --tree.

this fixes lightweight branches to actually poll properly


  Commit: e2c227e96e46735031aa45e03d23251e7976a589
      
https://github.com/jenkinsci/bazaar-plugin/commit/e2c227e96e46735031aa45e03d23251e7976a589
  Author: Stewart Smith <stew...@flamingspork.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M src/main/java/hudson/plugins/bazaar/BazaarSCM.java

  Log Message:
  -----------
  Merge pull request #14 from apachelogger/treerevinfo

fix lightweight checkout revision detection


Compare: 
https://github.com/jenkinsci/bazaar-plugin/compare/f21bdd5cc6f1...e2c227e96e46

-- 
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