Branch: refs/heads/master Home: https://github.com/jenkinsci/bazaar-plugin Commit: d1887652262d1e254b958616825274ee5ad334d3 https://github.com/jenkinsci/bazaar-plugin/commit/d1887652262d1e254b958616825274ee5ad334d3 Author: Stewart Smith <stew...@flamingspork.com> Date: 2012-08-26 (Sun, 26 Aug 2012)
Changed paths: M src/main/java/hudson/plugins/bazaar/BazaarSCM.java M src/main/resources/hudson/plugins/bazaar/BazaarSCM/config.jelly M src/main/webapp/checkout.html Log Message: ----------- use a lightweight checkout instead of a heavyweight checkout. Since we don't ever need to do offline commits, this should be fine Commit: 0333ade166d08e6c6bb6444032a4f26fc4dbe950 https://github.com/jenkinsci/bazaar-plugin/commit/0333ade166d08e6c6bb6444032a4f26fc4dbe950 Author: Stewart Smith <stew...@flamingspork.com> Date: 2012-08-26 (Sun, 26 Aug 2012) Changed paths: M src/main/java/hudson/plugins/bazaar/BazaarSCM.java Log Message: ----------- fix lightweight checkouts (they previously always ended up wiping the working tree as bzr update doesn't take an argument. Instead, bzr update and then bzr switch. This will work for following a constant branch and switching between branches Compare: https://github.com/jenkinsci/bazaar-plugin/compare/5bf6f164c02f...0333ade166d0