[Pkg-bazaar-commits] ./bzr/unstable r679: - put trailing newline on newly-created .bzr/README

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:20:41 UTC 2009


------------------------------------------------------------
revno: 679
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-06-14 18:16:19 +1000
message:
  - put trailing newline on newly-created .bzr/README
modified:
  bzrlib/branch.py
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2005-06-11 01:39:37 +0000
+++ b/bzrlib/branch.py	2005-06-14 08:16:19 +0000
@@ -276,7 +276,7 @@
         os.mkdir(self.controlfilename([]))
         self.controlfile('README', 'w').write(
             "This is a Bazaar-NG control directory.\n"
-            "Do not change any files in this directory.")
+            "Do not change any files in this directory.\n")
         self.controlfile('branch-format', 'w').write(BZR_BRANCH_FORMAT)
         for d in ('text-store', 'inventory-store', 'revision-store'):
             os.mkdir(self.controlfilename(d))



More information about the Pkg-bazaar-commits mailing list