1 11 package org.eclipse.team.internal.ccvs.core.client; 12 13 18 public class Annotate extends AbstractMessageCommand { 19 20 public static final Object FORCE_BINARY_ANNOTATE = new LocalOption("-F"); 22 protected Annotate() { } 23 24 protected String getRequestId() { 25 return "annotate"; } 27 28 public static LocalOption makeRevisionOption(String revision) { 30 return new LocalOption("-r" + revision, null); } 32 } 33 | Popular Tags |