Mercurial > jhg
diff src/org/tmatesoft/hg/core/HgStatusCommand.java @ 275:6d1804fe0ed7
Issue 10: Report file content length with respect of metadata. Respect dirstate parents for WC's status. Exceptions to keep useful attributes of the location
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 25 Aug 2011 21:35:03 +0200 |
parents | 1ec6b327a6ac |
children | 33eaed1ad130 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgStatusCommand.java Thu Aug 25 03:57:39 2011 +0200 +++ b/src/org/tmatesoft/hg/core/HgStatusCommand.java Thu Aug 25 21:35:03 2011 +0200 @@ -162,7 +162,7 @@ * @throws IllegalArgumentException if handler is <code>null</code> * @throws ConcurrentModificationException if this command already runs (i.e. being used from another thread) */ - public void execute(Handler statusHandler) throws CancellationException, HgCallbackTargetException { + public void execute(Handler statusHandler) throws CancellationException, HgException { if (statusHandler == null) { throw new IllegalArgumentException(); }