Changes between Version 19 and Version 20 of BazaarWorkflow


Ignore:
Timestamp:
2009-08-23T21:25:51Z (15 years ago)
Author:
Jiri Svoboda
Comment:

Small tweeks and fixes.

Legend:

Unmodified
Added
Removed
Modified
  • BazaarWorkflow

    v19 v20  
    4444== Rebasing ==
    4545
    46 See official [http://doc.bazaar-vcs.org/latest/en/user-guide/index.html#rebasing Bazaar documentation on rebasing].
     46See official [http://doc.bazaar-vcs.org/latest/en/user-guide/index.html#rebasing Bazaar documentation on rebasing]. You will need the {{{rebase}}} plugin.
    4747
    4848== Structured History ==
     
    8383
    8484{{{
    85 my_branch$ bzr merge bzr://bzr.helenos.org/head my_branch
    86 my_branch$ bzr commit -m "Merge latest mainline changes."
     85my_branch$ bzr merge bzr://bzr.helenos.org/head
     86my_branch$ bzr commit -m "Merge mainline changes."
    8787}}}
    8888