0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add explicit license at root of project More... over 5 years ago
Merge pull request #14 from apachelogger/treerevinfo More... about 8 years ago
fix lightweight checkout revision detection More... about 9 years ago
Merge pull request #13 from apachelogger/null-baseline More... about 9 years ago
prevent nullptrexceptions from accessing baseline when polling More... about 9 years ago
add some brackets to a rather longish if-else More... about 9 years ago
fix indentation More... about 9 years ago
Merge branch 'multiscm' of https://github.com/apachelogger/bazaar-plugin More... over 9 years ago
Merge branch 'workdir' of https://github.com/apachelogger/bazaar-plugin into apachelogger-workdir More... over 9 years ago
Merge pull request #12 from apachelogger/version More... over 9 years ago
rename README to README.md More... over 9 years ago
bump compat version to make it build More... almost 10 years ago
support specifying a working directory relative to workspace More... almost 10 years ago
support multiscm usage by not injecting env variables More... almost 10 years ago
[maven-release-plugin] prepare for next development iteration More... about 13 years ago
[maven-release-plugin] prepare release bazaar-1.22 More... about 13 years ago
Merge pull request #9 from RyanHerbert/master More... about 13 years ago
Updated config.jelly to use public accessors More... about 13 years ago
[maven-release-plugin] prepare for next development iteration More... over 13 years ago
[maven-release-plugin] prepare release bazaar-1.21 More... over 13 years ago
Fix NullPointerException if getting current remote revision fails. More... over 13 years ago
[maven-release-plugin] prepare for next development iteration More... over 13 years ago
[maven-release-plugin] prepare release bazaar-1.20 More... over 13 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... over 13 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... over 13 years ago
update Authors list in @author tag in BazaarSCM.java More... over 13 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... over 13 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... over 13 years ago
update index.jelly description of plugin More... over 13 years ago
correct documentation for checkout: we were just doing a checkout, not a lightweight checkout. Thanks to Nathan Smith for spotting this More... over 13 years ago