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

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:25:52 UTC 2009


------------------------------------------------------------
revno: 34
committer: mbp at sourcefrog.net
timestamp: Sun 2005-03-13 17:14:22 +1100
message:
  doc
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-03-13 05:38:53 +0000
+++ b/bzrlib/commands.py	2005-03-13 06:14:22 +0000
@@ -63,8 +63,6 @@
 """
 
 # not currently working:
-#  bzr check
-#       Run internal consistency checks.
 #  bzr info
 #       Show some information about this branch.
 
@@ -115,11 +113,11 @@
 ## TODO: Perhaps make UUIDs predictable in test mode to make it easier
 ## to compare output?
 
-
-
-
-######################################################################
-# check status
+## TODO: Some kind of global code to generate the right Branch object
+## to work on.  Almost, but not quite all, commands need one, and it
+## can be taken either from their parameters or their working
+## directory.
+
 
 
 def cmd_status(all=False):



More information about the Pkg-bazaar-commits mailing list