~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-13 06:14:22 UTC
  • Revision ID: mbp@sourcefrog.net-20050313061422-418f1f73b94879b9
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
"""
64
64
 
65
65
# not currently working:
66
 
#  bzr check
67
 
#       Run internal consistency checks.
68
66
#  bzr info
69
67
#       Show some information about this branch.
70
68
 
115
113
## TODO: Perhaps make UUIDs predictable in test mode to make it easier
116
114
## to compare output?
117
115
 
118
 
 
119
 
 
120
 
 
121
 
######################################################################
122
 
# check status
 
116
## TODO: Some kind of global code to generate the right Branch object
 
117
## to work on.  Almost, but not quite all, commands need one, and it
 
118
## can be taken either from their parameters or their working
 
119
## directory.
 
120
 
123
121
 
124
122
 
125
123
def cmd_status(all=False):