~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-03-14 07:40:45 UTC
  • Revision ID: mbp@sourcefrog.net-20050314074045-37aa087acfe6b97b
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
## can be taken either from their parameters or their working
119
119
## directory.
120
120
 
 
121
## TODO: rename command, needed soon: check destination doesn't exist
 
122
## either in working copy or tree; move working copy; update
 
123
## inventory; write out
 
124
 
 
125
## TODO: move command; check destination is a directory and will not
 
126
## clash; move it.
 
127
 
 
128
## TODO: command to show renames, one per line, as to->from
 
129
 
 
130
 
121
131
 
122
132
 
123
133
def cmd_status(all=False):