diff src/org/tmatesoft/hg/core/HgManifestCommand.java @ 468:3ca4ae7bdd38 v1.0.0

Clean experimental marks and deprecation code. Update version number to release
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 11 Jul 2012 17:48:17 +0200
parents d78cb5ca3053
children 78a9e26e670d
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgManifestCommand.java	Fri Jun 22 17:39:31 2012 +0200
+++ b/src/org/tmatesoft/hg/core/HgManifestCommand.java	Wed Jul 11 17:48:17 2012 +0200
@@ -103,14 +103,6 @@
 		}
 	}
 
-	/**
-	 * @deprecated confusing whether it's changeset or manifest own revision index in use, use {@link #changeset(int)} instead
-	 */
-	@Deprecated
-	public HgManifestCommand revision(int rev) {
-		return changeset(rev);
-	}
-	
 	public HgManifestCommand dirs(boolean include) {
 		// XXX whether directories with directories only are include or not
 		// now lists only directories with files