~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Neil Martinsen-Burrell
  • Date: 2011-05-31 01:50:47 UTC
  • mto: This revision was merged to the branch mainline in revision 5947.
  • Revision ID: nmb@wartburg.edu-20110531015047-f8u8didg1w090eop
better document the effect of merge --force

Show diffs side-by-side

added added

removed removed

Lines of Context:
3879
3879
    committed to record the result of the merge.
3880
3880
 
3881
3881
    merge refuses to run if there are any uncommitted changes, unless
3882
 
    --force is given. The --force option can also be used to create a
3883
 
    merge revision which has more than two parents.
 
3882
    --force is given.  If --force is given, then the changes from the source 
 
3883
    will be merged with the changes in the current working tree.  The 
 
3884
    --force option can also be used to create a merge revision which has 
 
3885
    more than two parents.
3884
3886
 
3885
3887
    If one would like to merge changes from the working tree of the other
3886
3888
    branch without merging any committed revisions, the --uncommitted option