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
=== modified file '__init__.py'
--- __init__.py 2012-01-20 01:09:36 +0000
+++ __init__.py 2013-09-11 07:42:02 +0000
@@ -23,7 +23,7 @@
23version_info = (1, 4, 0)23version_info = (1, 4, 0)
2424
25minimum_bzrlib_version = (2, 2)25minimum_bzrlib_version = (2, 2)
26maximum_bzrlib_version = (2, 5)26maximum_bzrlib_version = (2, 6)
2727
2828
29TOO_OLD = 'too_old'29TOO_OLD = 'too_old'

Subscribers

People subscribed via source and target branches