Community
Participate
Working Groups
display.HTML = false;
display.Message = message;
messageService.setProgressResult(display); //$NON-NLS-0$
dispatchModelEventOn({type: "modelChanged", action: "applyPatch"});
return;
}
} catch (e){
case "stage": //$NON-NLS-0$
case "unstage": //$NON-NLS-0$
break;
case "applyPatch":
that.repository.status = null;
that.changes = null;
that.setSelectedChanges(that.changes);
case "cherrypick": //$NON-NLS-0$
default:
that.changedItem();
mGitCommands.getModelEventDispatcher().addEventListener("modelChanged", this._modelListener = function(event) { //$NON-NLS-0$
switch (event.action) {
case "applyPatch": //$NON-NLS-0$
Deferred.when(this.model.root.repository.status, function(status) {