Merge lp:~jelmer/brz/hide-ancestor-growth into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/hide-ancestor-growth
Merge into: lp:brz
Diff against target: 12 lines (+2/-0)
1 file modified
breezy/plugins/stats/cmds.py (+2/-0)
To merge this branch: bzr merge lp:~jelmer/brz/hide-ancestor-growth
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+359664@code.launchpad.net

Commit message

Hide the ancestor-growth command.

Description of the change

Hide the ancestor-growth command.

This command is useful for debugging, but not useful enough to include
in 'brz help commands' IMHO.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Reasonable.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/plugins/stats/cmds.py'
2--- breezy/plugins/stats/cmds.py 2018-11-17 16:53:10 +0000
3+++ breezy/plugins/stats/cmds.py 2018-11-28 03:27:44 +0000
4@@ -279,6 +279,8 @@
5
6 encoding_type = 'replace'
7
8+ hidden = True
9+
10 def run(self, location='.'):
11 try:
12 wt = workingtree.WorkingTree.open_containing(location)[0]

Subscribers

People subscribed via source and target branches