2009/1/5 Robert Collins <span dir="ltr"><<a href="mailto:robertc@robertcollins.net">robertc@robertcollins.net</a>></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'd really like to revert the change made to show the output of 'bzr<br>
info' after init.<br>
</blockquote><div><br>I'm willing to fix this once we know what we want. (since I did the original damage.)<br> </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 'init' in that case would be the action taken, not the full<br>
info of the resulting tree.</blockquote><div> </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> 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> shared repository: r<br><br>$ bzr init /tmp/r/x<br>Repository tree (format: pack-0.92)<br>Location:<br> shared repository: r<br>
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>