~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Matt Nordhoff
  • Date: 2010-03-29 06:45:54 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20100329064554-nkbolh7r6ppz5f20
Mark the plugin as compatible with bzr 2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    require_any_api(bzrlib, [
40
40
        (1, 13, 0), (1, 15, 0), (1, 16, 0), (1, 17, 0), (1, 18, 0),
41
 
        (2, 0, 0), (2, 1, 0)])
 
41
        (2, 0, 0), (2, 1, 0), (2, 2, 0)])
42
42
 
43
43
    # NB: Normally plugins should lazily load almost everything, but this
44
44
    # seems reasonable to have in-line here: bzrlib.commands and options are