~jelmer/brz/graph-rs

« back to all changes in this revision

Viewing changes to breezy/check.py

  • Committer: The Breezy Bot
  • Author(s): Jelmer Vernooij, Jelmer Vernooij
  • Date: 2023-02-06 23:24:27 UTC
  • mfrom: (7650.92.13 3.3)
  • Revision ID: the_breezy_bot-20230206232427-chyuc5nnov1bje2y
Merge lp:brz/3.3

by brz review by jelmer

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
import contextlib
38
38
 
39
 
from . import (
40
 
    errors,
41
 
    )
 
39
from . import errors
42
40
from .controldir import ControlDir
 
41
from .i18n import gettext
43
42
from .trace import note
44
 
from .i18n import gettext
45
43
 
46
44
 
47
45
class Check: