~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-04 16:10:04 UTC
  • mto: This revision was merged to the branch mainline in revision 6424.
  • Revision ID: jelmer@samba.org-20120104161004-2gepg7c0famy3lq6
Fix config name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
            testament = Testament(rev, self.revision_tree())
205
205
            plaintext = testament.as_short_text()
206
206
            self.repository.store_revision_signature(
207
 
                gpg.GPGStrategy(config), plaintext, self._new_revision_id)
 
207
                gpg.GPGStrategy(self._config_stack), plaintext,
 
208
                self._new_revision_id)
208
209
        self.repository._add_revision(rev)
209
210
        self._ensure_fallback_inventories()
210
211
        self.repository.commit_write_group()