15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
19
from bzrlib.errors import BzrCommandError, NoSuchRevision
21
21
from bzrlib.revisionspec import RevisionSpec
27
25
def check_error(self, output, *args):
28
26
"""Verify that the expected error matches what bzr says.