~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Wouter van Heyst
  • Date: 2012-04-29 17:10:03 UTC
  • mto: This revision was merged to the branch mainline in revision 6539.
  • Revision ID: larstiq@larstiq.dyndns.org-20120429171003-oj6vfqud2urhk8rd
Add working-trees and remove-tree help topics to See also for checkout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1615
1615
    code.)
1616
1616
    """
1617
1617
 
1618
 
    _see_also = ['checkouts', 'branch']
 
1618
    _see_also = ['checkouts', 'branch', 'working-trees', 'remove-tree']
1619
1619
    takes_args = ['branch_location?', 'to_location?']
1620
1620
    takes_options = ['revision',
1621
1621
                     Option('lightweight',