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

Method revert

plugins/bazaar/bazaarplugin.cpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254VcsJob* BazaarPlugin::revert(const QList<QUrl>& localLocations, IBasicVersionControl::RecursionMode recursion)
255{
256 auto* job = new DVcsJob(BazaarUtils::workingCopy(localLocations[0]), this);
257 job->setType(VcsJob::JobType::Revert);
258 *job << "bzr" << "revert" << BazaarUtils::handleRecursion(localLocations, recursion);
259 return job;
260}
261
262VcsJob* BazaarPlugin::status(const QList<QUrl>& localLocations, IBasicVersionControl::RecursionMode recursion)
263{

Callers

nothing calls this directly

Calls 1

setTypeMethod · 0.45

Tested by

no test coverage detected