[MERGE] `bzr init` will now print a little less verbose output.
Ben Finney
bignose+hates-spam at benfinney.id.au
Thu Jan 15 05:58:27 GMT 2009
Christophe TROESTLER <Christophe.Troestler+bzr at umons.ac.be> writes:
> How about:
>
> Created branch x (format: pack-0.92), standalone repository.
I think “standalone repository” is also misleading. A shared
repository also stands alone, so this isn't a useful qualifier.
What distinguishes the repository is that it's specific to this one
branch. Perhaps the term “local repository” would be better?
> This maybe even fits better with the other message:
>
> Created branch x (format: pack-0.92)
> in the shared repository /tmp/r/
For better conformance to that convention, how about:
$ cd ~/spam/
$ bzr init foo
Created branch foo (format: pack-0.92)
with local repository
$ cd /tmp/r/
$ bzr init bar
Created branch bar (format: pack-0.92)
in the shared repository /tmp/r/
--
\ “All television is educational television. The question is: |
`\ what is it teaching?” —Nicholas Johnson |
_o__) |
Ben Finney
More information about the bazaar
mailing list