45464748495051
public final String getCommandName() { return "revert"; } public static RevertCommand on(Repository repository) { return new RevertCommand(repository); }
43444546474849