/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/commit_signature_commands.py

  • Committer: Jelmer Vernooij
  • Date: 2020-05-24 00:39:50 UTC
  • mto: This revision was merged to the branch mainline in revision 7504.
  • Revision ID: jelmer@jelmer.uk-20200524003950-bbc545r76vc5yajg
Add github action.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
                if to_revid is None:
135
135
                    to_revno = branch.revno()
136
136
                if from_revno is None or to_revno is None:
137
 
                    raise errors.CommandError(
 
137
                    raise errors.BzrCommandError(
138
138
                        gettext('Cannot verify a range of non-revision-history'
139
139
                                ' revisions'))
140
140
                for revno in range(from_revno, to_revno + 1):