[Pkg-bazaar-commits] ./bzr/unstable r311: todo

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:51:49 UTC 2009


------------------------------------------------------------
revno: 311
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-04-28 20:31:44 +1000
message:
  todo
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-04-28 10:01:44 +0000
+++ b/bzrlib/commands.py	2005-04-28 10:31:44 +0000
@@ -607,6 +607,7 @@
 
     b = Branch('.')
 
+    # XXX: This will fail if it's a hardlink; should use an AtomicFile class.
     f = open(b.abspath('.bzrignore'), 'at')
     f.write(name_pattern + '\n')
     f.close()



More information about the Pkg-bazaar-commits mailing list