Merge lp:~bialix/bzr-colo/cmd-help into lp:bzr-colo

Proposed by Alexander Belchenko
Status: Merged
Merged at revision: 110
Proposed branch: lp:~bialix/bzr-colo/cmd-help
Merge into: lp:bzr-colo
Diff against target: 13 lines (+2/-1)
1 file modified
commands.py (+2/-1)
To merge this branch: bzr merge lp:~bialix/bzr-colo/cmd-help
Reviewer Review Type Date Requested Status
Neil Martinsen-Burrell Pending
Review via email: mp+60164@code.launchpad.net

Description of the change

This branch slightly corrects the help for colo-branches to better reflect the real behavior.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'commands.py'
--- commands.py 2011-05-05 04:15:37 +0000
+++ commands.py 2011-05-06 10:20:57 +0000
@@ -224,7 +224,8 @@
224 that branch is marked with a "*".224 that branch is marked with a "*".
225225
226 Branches whose names start with a period or that have the option 226 Branches whose names start with a period or that have the option
227 branch_status=inactive are not shown unless the "--all" option is given.227 bzr.branch_status=hidden (or "merged", or "abandoned") are not shown
228 unless the "--all" option is given.
228 """229 """
229230
230 takes_options = [option.Option('all', 231 takes_options = [option.Option('all',

Subscribers

People subscribed via source and target branches