download-commands: rename REPO_DOWNLOAD to REPO
The "download" suffix is redundant and reflects how `repo` used to be used in the download plugin -- as kind of a pseudo download bolted onto the side. Since we've reworked the plugin, we can rename this constant to better reflect its usage. We have to duplicate it here since the download-commands plugin is using this. Once that migrates, we can delete the old name. Change-Id: I948c7f2f427dec64c2617f834a5f7b35e7179543
This commit is contained in:
@@ -27,7 +27,6 @@ public class GeneralPreferencesInfo {
|
||||
|
||||
/** Preferred method to download a change. */
|
||||
public enum DownloadCommand {
|
||||
REPO_DOWNLOAD,
|
||||
PULL,
|
||||
CHECKOUT,
|
||||
CHERRY_PICK,
|
||||
|
Reference in New Issue
Block a user