~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2005-10-24 14:18:40 UTC
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1488.
  • Revision ID: abentley@panoramicfeedback.com-20051024141840-957302d19be73e7f
Fixed obsolete help

Show diffs side-by-side

added added

removed removed

Lines of Context:
565
565
    Recipe for importing a tree of files:
566
566
        cd ~/project
567
567
        bzr init
568
 
        bzr add -v .
 
568
        bzr add .
569
569
        bzr status
570
570
        bzr commit -m 'imported project'
571
571
    """