/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-13 22:54:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6968.
  • Revision ID: jelmer@jelmer.uk-20180513225428-5ysu0bs9rtk7045h
Initial work to support brz-git on python3.

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)