[Pkg-bazaar-commits] ./bzr/unstable r570: doc

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:36 UTC 2009


------------------------------------------------------------
revno: 570
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-05-27 11:53:02 +1000
message:
  doc
modified:
  TODO
  bzrlib/diff.py
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2005-05-25 03:04:47 +0000
+++ b/TODO	2005-05-27 01:53:02 +0000
@@ -88,6 +88,10 @@
 * Maybe also store directories in the statcache so that we can quickly
   identify that they still exist.
 
+* Diff should show timestamps; for files from the working directory we
+  can use the file itself; for files from a revision we should use the
+  commit time of the revision.
+
 
 Medium things
 -------------

=== modified file 'bzrlib/diff.py'
--- a/bzrlib/diff.py	2005-05-27 01:50:28 +0000
+++ b/bzrlib/diff.py	2005-05-27 01:53:02 +0000
@@ -89,8 +89,6 @@
         # regular named file (e.g. in the working directory) then we can
         # compare directly to that, rather than copying it.
 
-        # TODO: Set the labels appropriately
-
         oldtmpf.writelines(oldlines)
         newtmpf.writelines(newlines)
 



More information about the Pkg-bazaar-commits mailing list