Commit ba69f972 authored by Gervase Markham's avatar Gervase Markham

Remove 'upgrade to latest point release' step from docs about migrating SCMs; r=mcote

parent b1886835
...@@ -3,9 +3,8 @@ ...@@ -3,9 +3,8 @@
Upgrading Upgrading
######### #########
You can upgrade Bugzilla from any version to any later version in one go - You can upgrade Bugzilla from any version to any later version in one go—there
there is no need to pass through intermediate versions unless you are changing is no need to pass through intermediate versions.
the method by which you obtain the code along the way.
.. warning:: Upgrading is a one-way process. You cannot "downgrade" an .. warning:: Upgrading is a one-way process. You cannot "downgrade" an
upgraded Bugzilla. If you wish to revert to the old Bugzilla upgraded Bugzilla. If you wish to revert to the old Bugzilla
...@@ -21,11 +20,10 @@ already true of your installation, see :ref:`upgrading-with-git`. ...@@ -21,11 +20,10 @@ already true of your installation, see :ref:`upgrading-with-git`.
Before Git, we used to use Bazaar and, before that, CVS. If your installation Before Git, we used to use Bazaar and, before that, CVS. If your installation
of Bugzilla consists of a checkout from one of those two systems, you need to of Bugzilla consists of a checkout from one of those two systems, you need to
upgrade in three steps: upgrade in two steps:
1. Upgrade to the latest point release of your current Bugzilla version. 1. Move to running from a Git checkout, while staying on exactly the same release.
2. Move to Git while staying on exactly the same release. 2. Upgrade to the latest Bugzilla using the instructions for :ref:`upgrading-with-git`.
3. Upgrade to the latest Bugzilla using the instructions for :ref:`upgrading-with-git`.
See :ref:`migrating-from-bazaar` or :ref:`migrating-from-cvs` as appropriate. See :ref:`migrating-from-bazaar` or :ref:`migrating-from-cvs` as appropriate.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment