README should have a final newline
John A Meinel
john at arbash-meinel.com
Mon Jun 6 15:26:35 BST 2005
Right now the .bzr/README file does not have a trailing newline. So
doing "cat .bzr/README" doesn't look nice.
It's a small fix, and I don't think that file is ever checked for
meta-info. It is just a fix of:
- "Do not change any files in this directory.")
+ "Do not change any files in this directory.\n")
On line 279 of bzrlib/branch.py (of version 635).
And then, naturally updating the README file that already exists.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050606/1e4da31e/attachment.pgp
More information about the bazaar
mailing list