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

  • Committer: Jelmer Vernooij
  • Date: 2018-05-15 19:05:51 UTC
  • mfrom: (6968 work)
  • mto: (6973.5.1 python3-c)
  • mto: This revision was merged to the branch mainline in revision 6984.
  • Revision ID: jelmer@jelmer.uk-20180515190551-epr5abd0mtxmrehr
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
        return # No existing cache, don't bother updating
378
378
    try:
379
379
        lazy_check_versions()
380
 
    except bzr_errors.DependencyNotPresent, e:
 
380
    except bzr_errors.DependencyNotPresent as e:
381
381
        # dulwich is probably missing. silently ignore
382
382
        trace.mutter("not updating git map for %r: %s",
383
383
            repository, e)