~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-08-08 11:31:10 UTC
  • mfrom: (2677.1.5 bzr_man)
  • Revision ID: pqm@pqm.ubuntu.com-20070808113110-acathx9d9mpfo80z
IE-safe bzr_man.html, cross-reference links for `see also' topics
 (bialix,r=john,r=ian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1253
1253
        bzr commit -m 'imported project'
1254
1254
    """
1255
1255
 
1256
 
    _see_also = ['init-repo', 'branch', 'checkout']
 
1256
    _see_also = ['init-repository', 'branch', 'checkout']
1257
1257
    takes_args = ['location?']
1258
1258
    takes_options = [
1259
1259
        Option('create-prefix',