Bugzilla:Bzr:Porting Forward Customizations: Difference between revisions

Jump to navigation Jump to search
 
Line 3: Line 3:
== Minor Updates ==
== Minor Updates ==


You can use <code>bzr up</code> normally to update--that's probably the easiest thing to do, if you checked out your code using <code>bzr checkout</code>.  
You can use <code>bzr up</code> normally to update--that's probably the easiest thing to do, if you checked out your code using <code>bzr checkout</code>. After using <code>bzr up</code> you will have to commit your customizations again, as though you were merging in your customizations. (Don't worry, though, each individual commit will still be remembered by bzr, so your history will be preserved.)


If you checked out using <code>bzr branch</code>, you should use <code>bzr merge</code> to update to the latest minor release. (See <code>bzr help merge</code> for information on how to use it.)
If you checked out using <code>bzr branch</code>, you should use <code>bzr merge</code> to update to the latest minor release. (See <code>bzr help merge</code> for information on how to use it.)
You can also use <code>bzr merge</code> on a normal <code>bzr checkout</code> checkout, if you want.


== Major Updates ==
== Major Updates ==
canmove, Confirmed users
345

edits

Navigation menu