~piastucki/bzr-eclipse/commit-dialog-margin-painter

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.ui/src/org/vcs/bazaar/eclipse/ui/actions/ReconfigureLightweightCheckoutsAction.java

  • Committer: Piotr Piastucki
  • Date: 2013-09-29 21:52:36 UTC
  • Revision ID: piotr_piastucki-20130929215236-204mmlkm96gdyeq7
Add alternative way of converting lightweight checkouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
        @Override
38
38
        protected boolean isEnabled() throws TeamException {
39
 
                return false;
 
39
                return true;
40
40
        }
41
41
 
42
42
}