Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgDataFile.java @ 632:54e16ab771ec v1.1rc2
Progress/cancel for HgDiffCommand. Renamed execute method
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 30 May 2013 16:13:43 +0200 |
parents | 5f52074707b2 |
children | d07497128747 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgDataFile.java Thu May 30 15:24:17 2013 +0200 +++ b/src/org/tmatesoft/hg/repo/HgDataFile.java Thu May 30 16:13:43 2013 +0200 @@ -466,7 +466,7 @@ @Deprecated public void annotateSingleRevision(int changelogRevisionIndex, HgBlameInspector insp) throws HgRuntimeException, HgCallbackTargetException { try { - new HgDiffCommand(getRepo()).file(this).changeset(changelogRevisionIndex).executeAnnotateSingleRevision(insp); + new HgDiffCommand(getRepo()).file(this).changeset(changelogRevisionIndex).executeParentsAnnotate(insp); } catch (HgLibraryFailureException ex) { throw ex.getCause(); } catch (HgException ex) {