Removing 4 TODOs

Michael Cook foobarsoft at foobarsoft.com
Tue Apr 26 00:45:47 BST 2005


Below is a patch to remove 4 TODO lines of things that are already 
implemented that I found while looking for something to tackle.

--- ../../bzr/bzrlib/branch.py  Thu Apr 14 21:50:23 2005
+++ ./branch.py Mon Apr 25 18:20:00 2005

@@ -892,8 +893,6 @@

          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


--- ../../bzr/bzrlib/commands.py        Wed Apr 20 20:30:05 2005
+++ ./commands.py       Mon Apr 25 18:32:56 2005
@@ -104,16 +106,6 @@
  ## to work on.  Almost, but not quite all, commands need one, and it
  ## 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 bazaar mailing list