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

Method push

plugins/bazaar/bazaarplugin.cpp:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211VcsJob* BazaarPlugin::push(const QUrl& localRepositoryLocation, const VcsLocation& localOrRepoLocationDst)
212{
213 auto* job = new DVcsJob(BazaarUtils::workingCopy(localRepositoryLocation), this);
214 job->setType(VcsJob::JobType::Push);
215 *job << "bzr" << "push" << localOrRepoLocationDst.localUrl();
216 // localUrl always makes sense. Even on remote repositories which are handled
217 // transparently.
218 return job;
219}
220
221VcsJob* BazaarPlugin::remove(const QList<QUrl>& localLocations)
222{

Callers

nothing calls this directly

Calls 2

localUrlMethod · 0.80
setTypeMethod · 0.45

Tested by

no test coverage detected