/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/propose/propose.py

  • Committer: Jelmer Vernooij
  • Date: 2019-11-23 21:25:17 UTC
  • mto: This revision was merged to the branch mainline in revision 7432.
  • Revision ID: jelmer@jelmer.uk-20191123212517-942a794vi1hjolen
Add a MergeProposal.get_merged_by method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
        """
159
159
        raise NotImplementedError(self.can_be_merged)
160
160
 
 
161
    def get_merged_by(self):
 
162
        """If this proposal was merged, who merged it.
 
163
        """
 
164
        raise NotImplementedError(self.get_merged_by)
 
165
 
161
166
 
162
167
class MergeProposalBuilder(object):
163
168
    """Merge proposal creator.