~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Vincent Ladeuil
  • Date: 2011-05-16 17:48:58 UTC
  • mto: This revision was merged to the branch mainline in revision 5876.
  • Revision ID: v.ladeuil+lp@free.fr-20110516174858-5upoy1v4t6iasgso
Use positive forms where possible, fix the command help and the user guide.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3857
3857
 
3858
3858
    Use bzr resolve when you have fixed a problem.  See also bzr conflicts.
3859
3859
 
3860
 
    If there is no default branch set, the first merge will set it. After
3861
 
    that, you can omit the branch to use the default.  To change the
3862
 
    default, use --remember. The value will only be saved if the remote
3863
 
    location can be accessed.
 
3860
    If there is no default branch set, the first merge will set it (use
 
3861
    --no-remember to *not* set it). After that, you can omit the branch to use
 
3862
    the default.  To change the default, use --remember. The value will only be
 
3863
    saved if the remote location can be accessed.
3864
3864
 
3865
3865
    The results of the merge are placed into the destination working
3866
3866
    directory, where they can be reviewed (with bzr diff), tested, and then