~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: 2007-03-22 21:36:54 UTC
  • mfrom: (2371.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070322213654-32f24e19910c30ef
(Matthew Fuller) Update 'bzr init-repo' help

Show diffs side-by-side

added added

removed removed

Lines of Context:
1287
1287
    """Create a shared repository to hold branches.
1288
1288
 
1289
1289
    New branches created under the repository directory will store their revisions
1290
 
    in the repository, not in the branch directory, if the branch format supports
1291
 
    shared storage.
 
1290
    in the repository, not in the branch directory.
1292
1291
 
1293
1292
    example:
1294
1293
        bzr init-repo --no-trees repo
1307
1306
                            value_switches=True, title='Repository format'),
1308
1307
                     Option('no-trees',
1309
1308
                             help='Branches in the repository will default to'
1310
 
                                  'not having a working tree'),
 
1309
                                  ' not having a working tree'),
1311
1310
                    ]
1312
1311
    aliases = ["init-repo"]
1313
1312