[Pkg-bazaar-commits] ./bzr/unstable r285: - update todos

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:43:52 UTC 2009


------------------------------------------------------------
revno: 285
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-04-26 20:24:32 +1000
message:
  - update todos
modified:
  TODO
  bzrlib/branch.py
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2005-04-26 06:43:51 +0000
+++ b/TODO	2005-04-26 10:24:32 +0000
@@ -16,6 +16,8 @@
 
 * Syntax should be "bzr export -r REV".
 
+* "cat -rREV FILE"
+
 Medium things
 -------------
 

=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2005-04-15 02:50:53 +0000
+++ b/bzrlib/branch.py	2005-04-26 10:24:32 +0000
@@ -889,11 +889,7 @@
         >>> b.show_status()
         D       foo
         
-
         TODO: Get state for single files.
-
-        TODO: Perhaps show a slash at the end of directory names.        
-
         """
 
         # We have to build everything into a list first so that it can

=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-04-25 10:18:00 +0000
+++ b/bzrlib/commands.py	2005-04-26 10:24:32 +0000
@@ -109,15 +109,6 @@
 ## can be taken either from their parameters or their working
 ## directory.
 
-## TODO: rename command, needed soon: check destination doesn't exist
-## either in working copy or tree; move working copy; update
-## inventory; write out
-
-## TODO: move command; check destination is a directory and will not
-## clash; move it.
-
-## TODO: command to show renames, one per line, as to->from
-
 
 
 cmd_aliases = {



More information about the Pkg-bazaar-commits mailing list