~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bad_files.py

  • Committer: Andrew Bennetts
  • Date: 2010-10-08 08:15:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101008081514-dviqzrdfwyzsqbz2
Split NEWS into per-release doc/en/release-notes/bzr-*.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005, 2006, 2007, 2009, 2011 Canonical Ltd
 
1
# Copyright (C) 2005, 2007 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
21
21
import os
22
22
 
23
23
from bzrlib import (
 
24
    add,
24
25
    errors,
25
26
    )
26
27
from bzrlib.status import show_tree_status
27
 
from bzrlib.tests import TestCaseWithTransport
28
 
from bzrlib.tests.features import (
29
 
    OsFifoFeature,
30
 
    )
 
28
from bzrlib.tests import OsFifoFeature, TestCaseWithTransport
31
29
 
32
30
 
33
31
def verify_status(tester, tree, value):