diff src/org/tmatesoft/hg/core/HgManifestCommand.java @ 215:41a778e3fd31

Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 17 May 2011 00:56:54 +0200
parents 1a7a9a20e1f9
children 373e07cd3991
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgManifestCommand.java	Mon May 16 21:10:36 2011 +0200
+++ b/src/org/tmatesoft/hg/core/HgManifestCommand.java	Tue May 17 00:56:54 2011 +0200
@@ -39,7 +39,7 @@
  * @author Artem Tikhomirov
  * @author TMate Software Ltd.
  */
-public class HgManifestCommand {
+public class HgManifestCommand extends HgAbstractCommand<HgManifestCommand> {
 	
 	private final HgRepository repo;
 	private Path.Matcher matcher;