MCPcopy Create free account
hub / github.com/KDE/kdevelop / annotate

Method annotate

plugins/bazaar/bazaarplugin.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

testAnnotationMethod · 0.45

Calls

no outgoing calls

Tested by 1

testAnnotationMethod · 0.36