~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: 2006-04-20 02:51:29 UTC
  • mfrom: (1662.1.16 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060420025129-8e219a634d2d4dbc
(mbp) #36963, #3619, #39657, other cleanups

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"]