~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2006-04-19 07:25:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1675.
  • Revision ID: mbp@sourcefrog.net-20060419072552-b7ec734f02ecd596
Better help for init-repo (Erik)

Show diffs side-by-side

added added

removed removed

Lines of Context:
931
931
    in the repository, not in the branch directory, if the branch format supports
932
932
    shared storage.
933
933
 
934
 
    example:    
 
934
    example:
935
935
        bzr init-repo repo
936
 
        bzr init --format=metadir repo/trunk
937
 
        cd repo/trunk
 
936
        bzr init repo/trunk
 
937
        bzr checkout --lightweight repo/trunk trunk-checkout
 
938
        cd trunk-checkout
938
939
        (add files here)
939
940
    """
940
941
    takes_args = ["location"]