~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 18:30:32 UTC
  • mto: This revision was merged to the branch mainline in revision 5947.
  • Revision ID: nmb@wartburg.edu-20110531183032-27wmza8hcahs2cm0
language recommendation from Eli Zaretskii

Show diffs side-by-side

added added

removed removed

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