~bzr-eclipse/bzr-eclipse/trunk

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.ui/src/org/vcs/bazaar/eclipse/ui/preferences/BazaarPreferenceConstants.java

  • Committer: Piotr Piastucki
  • Date: 2013-09-26 12:31:48 UTC
  • mfrom: (366.1.3 bzr-eclipse-pp)
  • Revision ID: piotr_piastucki-20130926123148-v182l4l2kfzkxqst
MergeĀ lp:~piastucki/bzr-eclipse/branch-location-manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        public static final String COMMIT_DIALOG_HARD_WRAP_MESSAGE = "commit_dialog_hard_wrap_message"; //$NON-NLS-1$
34
34
        public static final String DEFAULT_BRANCH_TYPE = "default_branch_type"; //$NON-NLS-1$
35
35
        public static final String NOTIFICATION_TIMESTAMP_PREFIX = "notification_ts_"; //$NON-NLS-1$
 
36
        public static final String BRANCH_LOCATION_HISTORY = "branch_location_history"; //$NON-NLS-1$
36
37
}