~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-04-21 01:30:22 UTC
  • Revision ID: mbp@sourcefrog.net-20050421013022-858a70691455e1dc
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
 
194
194
    Therefore simply saying 'bzr add .' will version all files that
195
195
    are currently unknown.
 
196
 
 
197
    TODO: Perhaps adding a file whose directly is not versioned should
 
198
    recursively add that parent, rather than giving an error?
196
199
    """
197
200
    bzrlib.add.smart_add(file_list, verbose)
198
201