~sandy-carter/bzr4idea/compile_errors

« back to all changes in this revision

Viewing changes to src/bzr4idea/annotate/BzrAnnotationProvider.java

  • Committer: Patrik Beno
  • Date: 2009-04-19 15:37:45 UTC
  • Revision ID: patrik.beno@gmail.com-20090419153745-xbev8lgb4cvookg7
BZR-79 refactoring: repackaged to bzr4idea

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
package git4idea.annotate;
 
1
package bzr4idea.annotate;
2
2
/*
3
3
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
4
4
 * with the License. You may obtain a copy of the License at:
24
24
import com.intellij.openapi.vcs.history.VcsFileRevision;
25
25
import com.intellij.openapi.vfs.VirtualFile;
26
26
import com.intellij.vcsUtil.VcsUtil;
27
 
import git4idea.GitFileRevision;
28
 
import git4idea.GitRevisionNumber;
29
 
import git4idea.GitUtil;
30
 
/* git4idea
31
 
import git4idea.commands.GitHandler;
32
 
import git4idea.commands.GitSimpleHandler;
33
 
import git4idea.commands.StringScanner;
 
27
import bzr4idea.GitRevisionNumber;
 
28
import bzr4idea.GitUtil;
 
29
import bzr4idea.Bzr;
 
30
/* bzr4idea
 
31
import bzr4idea.commands.GitHandler;
 
32
import bzr4idea.commands.GitSimpleHandler;
 
33
import bzr4idea.commands.StringScanner;
34
34
*/
35
 
import git4idea.history.GitHistoryUtils;
36
 
import git4idea.i18n.GitBundle;
 
35
import bzr4idea.history.GitHistoryUtils;
 
36
import bzr4idea.i18n.GitBundle;
37
37
import org.jetbrains.annotations.NonNls;
38
38
import org.jetbrains.annotations.NotNull;
39
39
import org.vcs.bazaar.client.IBazaarAnnotation;
41
41
import java.util.Date;
42
42
import java.util.List;
43
43
 
44
 
import bzr4idea.Bzr;
45
 
 
46
44
/**
47
45
 * Git annotation provider implementation.
48
46
 * <p/>