| 73 | } |
| 74 | |
| 75 | VcsJob* BazaarPlugin::annotate(const QUrl& localLocation, const VcsRevision& rev) |
| 76 | { |
| 77 | return new BzrAnnotateJob(BazaarUtils::workingCopy(localLocation), BazaarUtils::getRevisionSpec(rev), localLocation, |
| 78 | this); |
| 79 | } |
| 80 | |
| 81 | VcsJob* BazaarPlugin::commit(const QString& message, const QList<QUrl>& localLocations, IBasicVersionControl::RecursionMode recursion) |
| 82 | { |