~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Martin Pool
  • Date: 2005-07-04 12:22:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050704122234-e35f78b10d8a009d
- Clear pending-merge list when committing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
 
170
170
        branch.append_revision(rev_id)
171
171
 
 
172
        branch.set_pending_merges([])
 
173
 
172
174
        if verbose:
173
175
            note("commited r%d" % branch.revno())
174
176
    finally: