~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/dialogs/ShowLogDialog.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:
3
3
 */
4
4
package org.vcs.bazaar.eclipse.ui.dialogs;
5
5
 
6
 
import java.util.Arrays;
7
6
import java.util.List;
8
7
 
9
8
import org.eclipse.core.runtime.CoreException;
21
20
import org.vcs.bazaar.client.BazaarRevision;
22
21
import org.vcs.bazaar.client.IBazaarLogMessage;
23
22
import org.vcs.bazaar.eclipse.EclipseBazaarCore;
24
 
import org.vcs.bazaar.eclipse.core.commands.LogCommand;
25
23
import org.vcs.bazaar.eclipse.core.model.IBzrBranch;
26
24
import org.vcs.bazaar.eclipse.internal.core.BazaarException;
27
25
import org.vcs.bazaar.eclipse.ui.EclipseBazaarUI;