~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Martin Pool
  • Date: 2005-09-16 06:46:33 UTC
  • Revision ID: mbp@sourcefrog.net-20050916064633-678c6a80f63af79f
- make Branch.commit accept (and ignore) verbose argument

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
 
84
84
    New code should use the Commit class instead.
85
85
    """
 
86
    ## XXX: Remove this in favor of Branch.commit?
86
87
    Commit().commit(*args, **kwargs)
87
88
 
88
89
 
136
137
               committer=None,
137
138
               specific_files=None,
138
139
               rev_id=None,
139
 
               allow_pointless=True):
 
140
               allow_pointless=True,
 
141
               verbose=False):
140
142
        """Commit working copy as a new revision.
141
143
 
142
144
        timestamp -- if not None, seconds-since-epoch for a