diff src/org/tmatesoft/hg/core/HgAnnotateCommand.java @ 586:73c20c648c1f

HgCommitCommand initial support
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 26 Apr 2013 18:38:41 +0200
parents ed243b668502
children 707b5c7c6fa4
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgAnnotateCommand.java	Thu Apr 25 17:53:44 2013 +0200
+++ b/src/org/tmatesoft/hg/core/HgAnnotateCommand.java	Fri Apr 26 18:38:41 2013 +0200
@@ -92,6 +92,14 @@
 	
 	// TODO [1.1] set encoding and provide String line content from LineInfo
 
+	/**
+	 * Annotate selected file
+	 * 
+	 * @param inspector
+	 * @throws HgException subclass thereof to indicate specific issue with the command arguments or repository state
+	 * @throws HgCallbackTargetException
+	 * @throws CancelledException if execution of the command was cancelled
+	 */
 	public void execute(Inspector inspector) throws HgException, HgCallbackTargetException, CancelledException {
 		if (inspector == null) {
 			throw new IllegalArgumentException();