Example #1
0
 public virtual void Pull(string pullLocation, FilePath localPath, bool remember, bool overwrite, IProgressMonitor monitor)
 {
     Bazaar.StoreCredentials(pullLocation);
     Bazaar.Pull(pullLocation, localPath.FullPath, remember, overwrite, monitor);
 }