~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-13 04:52:35 UTC
  • Revision ID: mbp@sourcefrog.net-20050413045235-646a06d100c746b4
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
    def add(self, files, verbose=False):
245
245
        """Make files versioned.
246
246
 
 
247
        Note that the command line normally calls smart_add instead.
 
248
 
247
249
        This puts the files in the Added state, so that they will be
248
250
        recorded by the next commit.
249
251