/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/git/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2019-08-11 16:27:38 UTC
  • mto: This revision was merged to the branch mainline in revision 7381.
  • Revision ID: jelmer@jelmer.uk-20190811162738-zccg76iyddtm7k1s
Several more fixes for git merge proposals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1155
1155
                                                        self.target.repository)
1156
1156
        if stop_revision is None:
1157
1157
            stop_revision = self.source.last_revision()
 
1158
        if fetch_tags is None:
 
1159
            c = self.source.get_config_stack()
 
1160
            fetch_tags = c.get('branch.fetch_tags')
1158
1161
        determine_wants = interrepo.get_determine_wants_revids(
1159
1162
            [stop_revision], include_tags=fetch_tags)
1160
1163
        interrepo.fetch_objects(determine_wants, limit=limit)