0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Aug 17, 2025 — Aug 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add explicit license at root of project More... about 6 years ago
Merge pull request #14 from apachelogger/treerevinfo More... over 8 years ago
fix lightweight checkout revision detection More... over 9 years ago
Merge pull request #13 from apachelogger/null-baseline More... over 9 years ago
prevent nullptrexceptions from accessing baseline when polling More... over 9 years ago
add some brackets to a rather longish if-else More... over 9 years ago
fix indentation More... over 9 years ago
Merge branch 'multiscm' of https://github.com/apachelogger/bazaar-plugin More... almost 10 years ago
Merge branch 'workdir' of https://github.com/apachelogger/bazaar-plugin into apachelogger-workdir More... almost 10 years ago
Merge pull request #12 from apachelogger/version More... almost 10 years ago
rename README to README.md More... almost 10 years ago
bump compat version to make it build More... over 10 years ago
support specifying a working directory relative to workspace More... over 10 years ago
support multiscm usage by not injecting env variables More... over 10 years ago
[maven-release-plugin] prepare for next development iteration More... over 13 years ago
[maven-release-plugin] prepare release bazaar-1.22 More... over 13 years ago
Merge pull request #9 from RyanHerbert/master More... over 13 years ago
Updated config.jelly to use public accessors More... over 13 years ago
[maven-release-plugin] prepare for next development iteration More... almost 14 years ago
[maven-release-plugin] prepare release bazaar-1.21 More... almost 14 years ago
Fix NullPointerException if getting current remote revision fails. More... almost 14 years ago
[maven-release-plugin] prepare for next development iteration More... almost 14 years ago
[maven-release-plugin] prepare release bazaar-1.20 More... almost 14 years ago
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 More... almost 14 years ago
use a lightweight checkout instead of a heavyweight checkout. Since we don't ever need to do offline commits, this should be fine More... almost 14 years ago
update Authors list in @author tag in BazaarSCM.java More... almost 14 years ago
Clarify that Loggerhead is what is used by Launchpad, giving a (working) example and extending the name that appears in the popup menu More... almost 14 years ago
Replace the 'Clean Branch' option with a 'Clean Tree' option, which will execute bzr clean-tree before pulling the latest revision from BZR. This is better in every way as we keep the .bzr directory with revisions we've already retrieved. We already have a feature that will properly wipe the .bzr directory if a pull/branch fails for some reason (e.g. corrupted bzr repository) More... almost 14 years ago
update index.jelly description of plugin More... almost 14 years ago
correct documentation for checkout: we were just doing a checkout, not a lightweight checkout. Thanks to Nathan Smith for spotting this More... about 14 years ago