Reverting the whole project from local history
I am trying to store the state of whole project so that i can load it again after performing some action.LocalHistory.getInstance().putUserLabel(project, "LABEL");
But I am stuck how to revert back to the label?
Any suggestions how to do that?
Please sign in to leave a comment.