2009/1/5 Robert Collins <span dir="ltr">&lt;<a href="mailto:robertc@robertcollins.net">robertc@robertcollins.net</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;d really like to revert the change made to show the output of &#39;bzr<br>
info&#39; after init.<br>
</blockquote><div><br>I&#39;m willing to fix this once we know what we want. (since I did the original damage.)<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If the main thing is that we want to change away from an approach of<br>
silent-commands-when-things-worked, well lets do that. The appropriate<br>
output for &#39;init&#39; in that case would be the action taken, not the full<br>
info of the resulting tree.</blockquote><div>&nbsp;</div><div>fine. would the following be acceptable:<br><br>=== current ===<br>$ bzr init /tmp/x<br>Standalone tree (format: pack-0.92)<br>Location:<br>&nbsp; branch root: x<br>=== new ===<br>
$ bzr init /tmp/x<br>Created a standalone tree (format: pack-0.92)<br><br>=== current ===<br>
$ bzr init-repo /tmp/r<br>Shared repository with trees (format: pack-0.92)<br>Location:<br>&nbsp; shared repository: r<br><br>$ bzr init /tmp/r/x<br>Repository tree (format: pack-0.92)<br>Location:<br>&nbsp; shared repository: r<br>
&nbsp; repository branch: r/x<br><br>
=== new ===<br>$ bzr init-repo /tmp/r<br>Created a shared repository with trees (format: pack-0.92)<br>
<br>$ bzr init /tmp/r/x<br>Created a repository tree (format: pack-0.92)<br>Shared repository: /tmp/r<br></div></div><br><br>-marius<br>