Esempio n. 1
0
 public void removeDateTag(ICVSRepositoryLocation location, CVSTag tag) {
   RepositoryRoot root = getRepositoryRootFor(location);
   root.removeDateTag(tag);
   broadcastRepositoryChange(root);
 }