canmove, Confirmed users
345
edits
(Created page with 'If you have committed customizations to your local bzr repository, and you want to bring them forward to a new release, here's how: == Minor Updates == You can use <code>bzr up…') |
|||
| 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 | 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>. | ||
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.) | |||
== Major Updates == | == Major Updates == | ||