~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-27 22:38:37 UTC
  • mfrom: (5920.1.1 785098-utextwrap-failure)
  • Revision ID: pqm@pqm.ubuntu.com-20110527223837-54h5nrj2y10wgj8o
(vila) Skip tests broken by sphinx monkeypatching (Vincent Ladeuil)

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.  If --force is given, then the changes from the source 
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
 
3882
    --force is given. The --force option can also be used to create a
3885
3883
    merge revision which has more than two parents.
3886
3884
 
3887
3885
    If one would like to merge changes from the working tree of the other