comparison src/org/tmatesoft/hg/core/HgAnnotateCommand.java @ 613:f41dd9a3b8af v1.1m4

Remove few Experimental annotations as the API they've marked graduates
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 10 May 2013 17:31:27 +0200
parents 707b5c7c6fa4
children 5afc7eedb3dd
comparison
equal deleted inserted replaced
612:dca70c0b1f74 613:f41dd9a3b8af
33 import org.tmatesoft.hg.util.CancelledException; 33 import org.tmatesoft.hg.util.CancelledException;
34 import org.tmatesoft.hg.util.Path; 34 import org.tmatesoft.hg.util.Path;
35 import org.tmatesoft.hg.util.ProgressSupport; 35 import org.tmatesoft.hg.util.ProgressSupport;
36 36
37 /** 37 /**
38 * WORK IN PROGRESS. UNSTABLE API
39 *
40 * 'hg annotate' counterpart, report origin revision and file line-by-line 38 * 'hg annotate' counterpart, report origin revision and file line-by-line
41 * 39 *
40 * @since 1.1
42 * @author Artem Tikhomirov 41 * @author Artem Tikhomirov
43 * @author TMate Software Ltd. 42 * @author TMate Software Ltd.
44 * @since 1.1
45 */ 43 */
46 @Experimental(reason="Work in progress. Unstable API") 44 @Experimental(reason="Work in progress. Unstable API")
47 public class HgAnnotateCommand extends HgAbstractCommand<HgAnnotateCommand> { 45 public class HgAnnotateCommand extends HgAbstractCommand<HgAnnotateCommand> {
48 46
49 private final HgRepository repo; 47 private final HgRepository repo;