~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Martin Pool
  • Date: 2007-03-07 03:09:14 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: mbp@sourcefrog.net-20070307030914-fb2gw9ae6lxcbbcd
Review cleanups: mostly updating or removing todo comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
            # XXX: This is wrong; people *might* reasonably be trying to add
291
291
            # subtrees as subtrees.  This should probably only be done in formats 
292
292
            # which can represent subtrees, and even then perhaps only when
293
 
            # the user asked to add subtrees.  mbp 20070306
 
293
            # the user asked to add subtrees.  At the moment you can add them
 
294
            # specially through 'join --reference', which is perhaps
 
295
            # reasonable: adding a new reference is a special operation and
 
296
            # can have a special behaviour.  mbp 20070306
294
297
            mutter("%r is a nested bzr tree", abspath)
295
298
        else:
296
299
            __add_one(tree, inv, parent_ie, directory, kind, action)