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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 11:19:09 UTC
  • mfrom: (7143.11.6 unused-imports)
  • Revision ID: breezy.the.bot@gmail.com-20181116111909-ekbys9z1ujp66gh2
Remove some unused imports.

Merged from https://code.launchpad.net/~jelmer/brz/unused-imports/+merge/358595

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
        if not self._branch:
126
126
            self._branch = self._controldir.open_branch()
127
127
 
128
 
    def _find_range_and_middle(self, branch_last_rev = None):
 
128
    def _find_range_and_middle(self, branch_last_rev=None):
129
129
        """Find the current revision range, and the midpoint."""
130
130
        self._load_tree()
131
131
        self._middle_revid = None