Rev 4948: Clean up NEWS in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-set-mtime

John Arbash Meinel john at arbash-meinel.com
Thu Jan 7 15:45:11 GMT 2010


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-set-mtime

------------------------------------------------------------
revno: 4948
revision-id: john at arbash-meinel.com-20100107154505-wbl0vaobj01s3d76
parent: john at arbash-meinel.com-20100106222205-gm8w8jurk2gn4xm2
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0rc1-set-mtime
timestamp: Thu 2010-01-07 09:45:05 -0600
message:
  Clean up NEWS
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2010-01-06 22:22:05 +0000
+++ b/NEWS	2010-01-07 15:45:05 +0000
@@ -64,16 +64,16 @@
 * Listen to the SIGWINCH signal to update the terminal width.
   (Vincent Ladeuil, #316357)
 
-* Operations which update the working tree should now create all files
-  with the same mtime. So if you version a generated file and its source,
-  when updating you should get the same mtime for both files. We use
-  ``os.utime`` to achieve this effect.
+* The 2a format wasn't properly restarting autopacks when something
+  changed underneath it (like another autopack). Now concurrent
+  autopackers will properly succeed. (John Arbash Meinel, #495000)
+
+* When operations update the working tree, all affected files should end
+  up with the same mtime. (eg. when versioning a generated file, if you
+  update the source and the generated file together, the generated file
+  should appear up-to-date.)
   (John Arbash Meinel, Martin <gzlist>, #488724)
 
-* The 2a format wasn't properly restarting autopacks when something
-  changed underneath it (like another autopack). Now concurrent
-  autopackers will properly succeed. (John Arbash Meinel, #495000)
-
 Improvements
 ************
 



More information about the bazaar-commits mailing list