~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-22 19:51:18 UTC
  • mto: This revision was merged to the branch mainline in revision 6161.
  • Revision ID: jelmer@samba.org-20110922195118-fw7ytztqpvelqq0a
Add note about warning on nested trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
    are added.  This search proceeds recursively into versioned
654
654
    directories.  If no names are given '.' is assumed.
655
655
 
 
656
    A warning will be printed when nested trees are encountered,
 
657
    unless they are explicitly ignored.
 
658
 
656
659
    Therefore simply saying 'bzr add' will version all files that
657
660
    are currently unknown.
658
661