~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Combine John C Barstow's approved doc fixes into a single branch for faster landing, and add a NEWS entry for #191466.

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
    """
4942
4945
    not part of it.  (Such trees can be produced by "bzr split", but also by
4943
4946
    running "bzr branch" with the target inside a tree.)
4944
4947
 
4945
 
    The result is a combined tree, with the subtree no longer an independant
 
4948
    The result is a combined tree, with the subtree no longer an independent
4946
4949
    part.  This is marked as a merge of the subtree into the containing tree,
4947
4950
    and all history is preserved.
4948
4951
    """