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

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


------------------------------------------------------------
revno: 522
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-05-17 17:14:46 +1000
message:
  todo
modified:
  TODO
  bzrlib/log.py
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2005-05-17 06:53:43 +0000
+++ b/TODO	2005-05-17 07:14:46 +0000
@@ -254,10 +254,14 @@
 
 * Don't commit if there are no changes unless forced.
 
-* --dry-run mode for commit?  
+* --dry-run mode for commit?  (Or maybe just run with
+  check-command=false?)
 
 * Generally, be a bit more verbose unless --silent is specified.
 
+* Function that finds all changes to files under a given directory;
+  perhaps log should use this if a directory is given.
+
 
 Large things
 ------------

=== modified file 'bzrlib/log.py'
--- a/bzrlib/log.py	2005-05-11 06:12:44 +0000
+++ b/bzrlib/log.py	2005-05-17 07:14:46 +0000
@@ -25,13 +25,8 @@
     This is the list of revisions where the file is either added,
     modified, renamed or deleted.
 
-    Revisions are returned in chronological order.
-
     TODO: Perhaps some way to limit this to only particular revisions,
-    or to traverse a non-branch set of revisions?
-
-    TODO: If a directory is given, then by default look for all
-    changes under that directory.
+    or to traverse a non-mainline set of revisions?
     """
     last_ie = None
     last_path = None



More information about the Pkg-bazaar-commits mailing list