mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-06 10:56:22 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-3777_GameCubeGBA_progress'
This commit is contained in:
+2
-2
@@ -134,7 +134,7 @@ public class VersionControlCheckOutAction extends VersionControlAction {
|
|||||||
if (n == 0) {
|
if (n == 0) {
|
||||||
Msg.showError(this, tool.getToolFrame(), "Checkout Failed",
|
Msg.showError(this, tool.getToolFrame(), "Checkout Failed",
|
||||||
"The specified files do not contain any versioned files available for " +
|
"The specified files do not contain any versioned files available for " +
|
||||||
"checkeout");
|
"checkout");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -193,7 +193,7 @@ public class VersionControlCheckOutAction extends VersionControlAction {
|
|||||||
};
|
};
|
||||||
|
|
||||||
List<DomainFile> failedCheckouts = new ArrayList<>();
|
List<DomainFile> failedCheckouts = new ArrayList<>();
|
||||||
int progress = 0;
|
int progress = 1;
|
||||||
for (DomainFile df : versionedFiles) {
|
for (DomainFile df : versionedFiles) {
|
||||||
|
|
||||||
monitor.checkCancelled();
|
monitor.checkCancelled();
|
||||||
|
|||||||
Reference in New Issue
Block a user