Merge lp:~mbp/bzr-svn/trivial into lp:bzr-svn/1.0

Proposed by Martin Pool
Status: Merged
Merged at revision: not available
Proposed branch: lp:~mbp/bzr-svn/trivial
Merge into: lp:bzr-svn/1.0
Diff against target: 11 lines (+1/-1)
1 file modified
info.py (+1/-1)
To merge this branch: bzr merge lp:~mbp/bzr-svn/trivial
Reviewer Review Type Date Requested Status
bzr-svn developers Pending
Review via email: mp+22102@code.launchpad.net

Description of the change

Since jelmer bumped the bzrlib api to 2.2, it's only fair to bump bzr-svn's requirement.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'info.py'
2--- info.py 2010-01-24 10:44:33 +0000
3+++ info.py 2010-03-25 06:55:25 +0000
4@@ -29,7 +29,7 @@
5 bzr_transports = ["svn://", "svn+"]
6
7 bzr_compatible_versions = [(1, x, 0) for x in [16, 17, 18]] + \
8- [(2, x, 0) for x in [0, 1]]
9+ [(2, x, 0) for x in [0, 1, 2]]
10
11 bzr_minimum_version = bzr_compatible_versions[0]
12

Subscribers

People subscribed via source and target branches