diff src/org/tmatesoft/hg/core/HgStatusCommand.java @ 368:8107b95f4280

Update Javadoc with 'revision index'
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 16 Dec 2011 16:00:57 +0100
parents 2fadf8695f8a
children 528b6780a8bd
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgStatusCommand.java	Fri Dec 16 15:37:27 2011 +0100
+++ b/src/org/tmatesoft/hg/core/HgStatusCommand.java	Fri Dec 16 16:00:57 2011 +0100
@@ -116,9 +116,9 @@
 	/**
 	 * Revision without base == --change
 	 * Pass {@link HgRepository#WORKING_COPY} or {@link HgRepository#BAD_REVISION} to reset
-	 * @param changesetRevisionIndex - non-negative local revision number, or any of {@link HgRepository#BAD_REVISION}, {@link HgRepository#WORKING_COPY} or {@link HgRepository#TIP}  
+	 * @param changesetRevisionIndex - non-negative changeset revision local index, or any of {@link HgRepository#BAD_REVISION}, {@link HgRepository#WORKING_COPY} or {@link HgRepository#TIP}  
 	 * @return <code>this</code> for convenience
-	 * @throws IllegalArgumentException if local revision number doesn't specify legitimate revision. 
+	 * @throws IllegalArgumentException if revision index doesn't specify legitimate revision. 
 	 */
 	public HgStatusCommand revision(int changesetRevisionIndex) {
 		if (changesetRevisionIndex == BAD_REVISION) {