diff cmdline/org/tmatesoft/hg/console/Outgoing.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 63c9fed4369e
children 45dc79e545f5
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Outgoing.java	Mon May 16 21:10:36 2011 +0200
+++ b/cmdline/org/tmatesoft/hg/console/Outgoing.java	Tue May 17 00:56:54 2011 +0200
@@ -52,7 +52,7 @@
 		cmd.against(hgRemote);
 		
 		// find all local children of commonKnown
-		List<Nodeid> result = cmd.executeLite(null);
+		List<Nodeid> result = cmd.executeLite();
 		dump("Lite", result);
 		//
 		//