~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/test_smart_add.py

  • Committer: Aaron Bentley
  • Date: 2005-10-19 19:52:11 UTC
  • mfrom: (1185.16.76)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1474.
  • Revision ID: abentley@panoramicfeedback.com-20051019195211-df4e4a8f8608f8fe
MergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
from bzrlib.selftest import TestCaseInTempDir, TestCase
5
5
from bzrlib.branch import Branch
6
 
from bzrlib.errors import NotBranchError, NotVersionedError
 
6
from bzrlib.errors import NotBranchError
7
7
from bzrlib.inventory import InventoryFile
8
8
 
9
9
class TestSmartAdd(TestCaseInTempDir):