/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Alexander Belchenko
  • Date: 2007-08-07 15:29:02 UTC
  • mto: This revision was merged to the branch mainline in revision 2685.
  • Revision ID: bialix@ukr.net-20070807152902-rqn8su318xq3jkwl
bzr_man: see also topics as cross-reference links

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',