Merge lp:~larstiq/bzr/doc into lp:bzr

Proposed by Wouter van Heyst
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merged at revision: 6539
Proposed branch: lp:~larstiq/bzr/doc
Merge into: lp:bzr
Diff against target: 12 lines (+1/-1)
1 file modified
bzrlib/builtins.py (+1/-1)
To merge this branch: bzr merge lp:~larstiq/bzr/doc
Reviewer Review Type Date Requested Status
Jelmer Vernooij (community) Approve
Review via email: mp+104037@code.launchpad.net

Commit message

Add two more topics to the ``See also`` part of 'bzr help checkout'.

Description of the change

This change adds the two topics 'working-trees' and 'remove-tree' to the See also part of
`bzr help checkout`. The intention is to make it easier to find out how to go treeless.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzrlib/builtins.py'
2--- bzrlib/builtins.py 2012-04-16 11:08:11 +0000
3+++ bzrlib/builtins.py 2012-04-29 17:15:27 +0000
4@@ -1615,7 +1615,7 @@
5 code.)
6 """
7
8- _see_also = ['checkouts', 'branch']
9+ _see_also = ['checkouts', 'branch', 'working-trees', 'remove-tree']
10 takes_args = ['branch_location?', 'to_location?']
11 takes_options = ['revision',
12 Option('lightweight',