~bzr-upload-devs/bzr-upload/trunk

« back to all changes in this revision

Viewing changes to info.py

  • Committer: Vincent Ladeuil
  • Date: 2012-03-15 20:53:45 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20120315205345-6ilssa714tfcrntk
Migrate to config stacks

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
bzr_commands = ['upload',]
25
25
 
26
 
bzr_compatible_versions = [(2, x, 0) for x in [2, 3, 4, 5, 6]]
 
26
bzr_compatible_versions = [(2, x, 0) for x in [5, 6]]
27
27
 
28
28
bzr_minimum_version = bzr_compatible_versions[0]
29
29