~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/upgrade-guide/overview.txt

  • Committer: Robert Collins
  • Date: 2010-02-27 12:27:33 UTC
  • mto: This revision was merged to the branch mainline in revision 5061.
  • Revision ID: robertc@robertcollins.net-20100227122733-2o3me3fkk3pk36ns
``bzrlib.branchbuilder.BranchBuilder.build_snapshot`` now accepts a
``message_callback`` in the same way that commit does. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
to Bazaar 1.y. In either case, a brief outline of the steps is given
37
37
below.
38
38
 
39
 
To upgrade Bazaar on Ubuntu:
 
39
To upgrade Bazaar on Linux:
40
40
 
41
41
1. Ensure your package manager is configured with the required
42
42
   software sources, e.g. the official release PPA for Ubuntu:
72
72
bzr-svn, are more tightly associated with Bazaar's APIs so these
73
73
typically need to be upgraded in lockstep with the core software.
74
74
 
75
 
For Windows and OS X users, bzrtools and bzr-svn are typically included in
76
 
the installer so no special steps are required to upgrade these. For
77
 
Ubuntu and other GNU/Linux or Unix systems users, bztrools, bzr-svn and
78
 
many other popular plugins can be installed and upgraded using your
 
75
For Windows and OS X users, bzrtools and bzr-svn are typically
 
76
included in the installer so no special steps are required to upgrade
 
77
these. For Linux and UNIX users, bztrools, bzr-svn and many other
 
78
popular plugins can be installed and upgraded using your
79
79
platform's package manager, e.g. Synaptic on Ubuntu.
80
80
 
81
81