~piastucki/bzr-eclipse/execute-bit

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.ui/src/org/vcs/bazaar/eclipse/ui/views/LogView.java

  • Committer: Guillermo Gonzalez
  • Date: 2010-02-02 06:40:31 UTC
  • mfrom: (219 trunk)
  • mto: This revision was merged to the branch mainline in revision 223.
  • Revision ID: guillo.gonzo@gmail.com-20100202064031-r0hch2h8bq67y1sx
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
                        IStatus status = Status.OK_STATUS;
114
114
                        if (this.resource != null && this.resource.isAccessible()) {
115
115
                                monitor.beginTask("", 1000);
116
 
                                IProgressMonitor subMonitor = EclipseBazaarCore.subProgressMonitorFor(monitor);
117
116
                                try {
118
117
                                        final List<IBazaarLogMessage> logMessages = EclipseBazaarCore.getDefault().getLogCacheManager().getLogs(this.resource);
119
118
                                        monitor.worked(100);