Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgOutgoingCommand.java @ 205:ffc5f6d59f7e
HgLogCommand.Handler is used in few places, pull up to top-level class, HgChangesetHandler
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 28 Apr 2011 02:00:42 +0200 |
parents | c9b305df0b89 |
children | 63c9fed4369e |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgOutgoingCommand.java Tue Apr 26 23:58:15 2011 +0200 +++ b/src/org/tmatesoft/hg/core/HgOutgoingCommand.java Thu Apr 28 02:00:42 2011 +0200 @@ -101,7 +101,7 @@ * * @param handler delegate to process changes */ - public void executeFull(final HgLogCommand.Handler handler) throws HgException, CancelledException { + public void executeFull(final HgChangesetHandler handler) throws HgException, CancelledException { if (handler == null) { throw new IllegalArgumentException("Delegate can't be null"); }