Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgLogCommand.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 | 1874d11054e5 |
children | ee6b467c1a5f |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgLogCommand.java Thu Aug 25 03:57:39 2011 +0200 +++ b/src/org/tmatesoft/hg/core/HgLogCommand.java Thu Aug 25 21:35:03 2011 +0200 @@ -179,7 +179,7 @@ CollectHandler collector = new CollectHandler(); try { execute(collector); - } catch (HgCallbackTargetException ex) { + } catch (HgException ex) { // can't happen as long as our CollectHandler doesn't throw any exception throw new HgBadStateException(ex.getCause()); } catch (CancelledException ex) {