~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: John Arbash Meinel
  • Date: 2010-09-29 20:18:37 UTC
  • mfrom: (5450 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5452.
  • Revision ID: john@arbash-meinel.com-20100929201837-6d9jhvjokfe3ubvk
Merge bzr.dev 5450 to resolve NEWS and criss-cross merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1354
1354
    If you want to discard your local changes, you can just do a
1355
1355
    'bzr revert' instead of 'bzr commit' after the update.
1356
1356
 
 
1357
    If you want to restore a file that has been removed locally, use
 
1358
    'bzr revert' instead of 'bzr update'.
 
1359
 
1357
1360
    If the tree's branch is bound to a master branch, it will also update
1358
1361
    the branch from the master.
1359
1362
    """
4948
4951
    not part of it.  (Such trees can be produced by "bzr split", but also by
4949
4952
    running "bzr branch" with the target inside a tree.)
4950
4953
 
4951
 
    The result is a combined tree, with the subtree no longer an independant
 
4954
    The result is a combined tree, with the subtree no longer an independent
4952
4955
    part.  This is marked as a merge of the subtree into the containing tree,
4953
4956
    and all history is preserved.
4954
4957
    """