Rev 2598: (Ian Clatworthy) Prepare for 0.19 development in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Jul 10 03:12:24 BST 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 2598
revision-id: pqm at pqm.ubuntu.com-20070710021221-8o98e4q8vcpaarnk
parent: pqm at pqm.ubuntu.com-20070710002557-87rqdzuvgr10pvsu
parent: ian.clatworthy at internode.on.net-20070710013727-xrx8w91shojt1p4l
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2007-07-10 03:12:21 +0100
message:
  (Ian Clatworthy) Prepare for 0.19 development
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzr                            bzr.py-20050313053754-5485f144c7006fa6
  bzrlib/__init__.py             __init__.py-20050309040759-33e65acf91bbcd5d
  bzrlib/symbol_versioning.py    symbol_versioning.py-20060105104851-9ecf8af605d15a80
    ------------------------------------------------------------
    revno: 2597.1.1
    merged: ian.clatworthy at internode.on.net-20070710013727-xrx8w91shojt1p4l
    parent: pqm at pqm.ubuntu.com-20070710002557-87rqdzuvgr10pvsu
    committer: Ian Clatworthy <ian.clatworthy at internode.on.net>
    branch nick: ianc-integration
    timestamp: Tue 2007-07-10 11:37:27 +1000
    message:
      (Ian Clatworthy) Prepare for 0.19 development
=== modified file 'NEWS'
--- a/NEWS	2007-07-09 11:37:01 +0000
+++ b/NEWS	2007-07-10 01:37:27 +0000
@@ -2,6 +2,29 @@
 
   BUGFIXES:
 
+    * None yet ...
+
+  IMPROVEMENTS:
+
+    * None yet ...
+
+  LIBRARY API BREAKS:
+
+    * None yet ...
+
+  INTERNALS:
+
+    * None yet ...
+
+  TESTING:
+
+    * None yet ...
+
+
+bzr 0.18rc1  2007-07-10
+
+  BUGFIXES:
+
     * Do not suppress pipe errors, etc. in non-display commands
       (Alexander Belchenko, #87178)
 

=== modified file 'bzr'
--- a/bzr	2007-06-15 07:01:24 +0000
+++ b/bzr	2007-07-10 01:37:27 +0000
@@ -88,7 +88,7 @@
 import bzrlib.commands
 import bzrlib.trace
 
-if bzrlib.version_info[:3] != (0, 18, 0):
+if bzrlib.version_info[:3] != (0, 19, 0):
     sys.stderr.write("bzr: WARNING: bzrlib version doesn't match the bzr program.\n"
             "This may indicate an installation problem.\n"
             "bzrlib from %s is version %r\n"

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2007-06-26 08:27:24 +0000
+++ b/bzrlib/__init__.py	2007-07-10 01:37:27 +0000
@@ -35,7 +35,7 @@
 # Python version 2.0 is (2, 0, 0, 'final', 0)."  Additionally we use a
 # releaselevel of 'dev' for unreleased under-development code.
 
-version_info = (0, 18, 0, 'dev', 0)
+version_info = (0, 19, 0, 'dev', 0)
 
 # API compatibility version: bzrlib is currently API compatible with 0.18.
 api_minimum_version = (0, 18, 0)

=== modified file 'bzrlib/symbol_versioning.py'
--- a/bzrlib/symbol_versioning.py	2007-06-14 04:36:50 +0000
+++ b/bzrlib/symbol_versioning.py	2007-07-10 01:37:27 +0000
@@ -37,6 +37,7 @@
            'zero_sixteen',
            'zero_seventeen',
            'zero_eighteen',
+           'zero_nineteen',
            ]
 
 from warnings import warn
@@ -55,6 +56,7 @@
 zero_sixteen = "%s was deprecated in version 0.16."
 zero_seventeen = "%s was deprecated in version 0.17."
 zero_eighteen = "%s was deprecated in version 0.18."
+zero_nineteen = "%s was deprecated in version 0.19."
 
 
 def set_warning_method(method):




More information about the bazaar-commits mailing list