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

  • Committer: Jelmer Vernooij
  • Date: 2019-10-20 22:56:43 UTC
  • mto: This revision was merged to the branch mainline in revision 7408.
  • Revision ID: jelmer@jelmer.uk-20191020225643-1xyoqnej68v4fjgr
Don't attempt to fetch peeled tags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
677
677
                    if value == ZERO_SHA:
678
678
                        continue
679
679
 
 
680
                    if name.endswith(ANNOTATED_TAG_SUFFIX):
 
681
                        continue
 
682
 
680
683
                    if name in branches or (include_tags and is_tag(name)):
681
684
                        ret.append(value)
682
685
                return ret