Merge lp:~xnox/bzr-pipeline/bump-bzr into lp:bzr-pipeline

Proposed by Dimitri John Ledkov
Status: Rejected
Rejected by: Aaron Bentley
Proposed branch: lp:~xnox/bzr-pipeline/bump-bzr
Merge into: lp:bzr-pipeline
Diff against target: 12 lines (+1/-1)
1 file modified
__init__.py (+1/-1)
To merge this branch: bzr merge lp:~xnox/bzr-pipeline/bump-bzr
Reviewer Review Type Date Requested Status
Aaron Bentley Disapprove
Review via email: mp+184947@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Aaron Bentley (abentley) wrote :

If we're going to do a minimal-change update for 2.6 support, I think it should be in stable, which the releases are cut from, not trunk. This branch won't merge cleanly into stable (i.e. it brings in trunk changes), so I will just re-do it in stable.

review: Disapprove

Unmerged revisions

215. By Dimitri John Ledkov

Bump max version to 2.6

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '__init__.py'
2--- __init__.py 2012-01-20 01:09:36 +0000
3+++ __init__.py 2013-09-11 07:42:02 +0000
4@@ -23,7 +23,7 @@
5 version_info = (1, 4, 0)
6
7 minimum_bzrlib_version = (2, 2)
8-maximum_bzrlib_version = (2, 5)
9+maximum_bzrlib_version = (2, 6)
10
11
12 TOO_OLD = 'too_old'

Subscribers

People subscribed via source and target branches