Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgLogCommand.java @ 383:994b5813a925
Few comments
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 13 Feb 2012 12:47:24 +0100 |
parents | 9517df1ef7ec |
children | 0ae53c32ecef |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgLogCommand.java Fri Feb 10 13:56:24 2012 +0100 +++ b/src/org/tmatesoft/hg/core/HgLogCommand.java Mon Feb 13 12:47:24 2012 +0100 @@ -204,7 +204,7 @@ * * @param handler callback to process changesets. * @throws HgCallbackTargetException to re-throw exception from the handler - * @throws HgException FIXME + * @throws HgException FIXME EXCEPTIONS * @throws CancelledException if execution of the command was cancelled * @throws IllegalArgumentException when inspector argument is null * @throws ConcurrentModificationException if this log command instance is already running @@ -266,7 +266,7 @@ * TODO documentation * @param handler * @throws HgCallbackTargetException to re-throw exception from the handler - * @throws HgException FIXME + * @throws HgException FIXME EXCEPTIONS * @throws CancelledException if execution of the command was cancelled */ public void execute(HgChangesetTreeHandler handler) throws HgCallbackTargetException, HgException, CancelledException { @@ -366,7 +366,7 @@ } } if (date != null) { - // FIXME + // FIXME implement date support for log } count++; csetTransform.next(revisionNumber, nodeid, cset);