Merge lp:~jelmer/bzr-gtk/compat2.0 into lp:bzr-gtk/gtk2

Proposed by Jelmer Vernooij
Status: Merged
Merge reported by: Jelmer Vernooij
Merged at revision: not available
Proposed branch: lp:~jelmer/bzr-gtk/compat2.0
Merge into: lp:bzr-gtk/gtk2
Diff against target: None lines
To merge this branch: bzr merge lp:~jelmer/bzr-gtk/compat2.0
Reviewer Review Type Date Requested Status
Vincent Ladeuil Disapprove
Robert Collins (community) Approve
Review via email: mp+11648@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Trivial patch - lists 1.18 and 2.0 as supported bzr versions.

--

Revision history for this message
Robert Collins (lifeless) :
review: Approve
Revision history for this message
Vincent Ladeuil (vila) wrote :

Meh, (2, 1, 0) is needed (and already present in trunk), (1, 18, 0) and (2, 0, 0) are useless...

review: Disapprove

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 2009-08-25 17:15:30 +0000
3+++ __init__.py 2009-09-12 12:27:20 +0000
4@@ -55,8 +55,7 @@
5
6 COMPATIBLE_BZR_VERSIONS = [(1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0),
7 (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0),
8- (1, 15, 0),
9- (1, 17, 0),
10+ (1, 15, 0), (1, 17, 0), (1, 18, 0), (2, 0, 0),
11 ]
12
13 bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)

Subscribers

People subscribed via source and target branches

to all changes: