91
92
branch = Branch.initialize(u".")
92
93
self.assertRaises(NoSuchFile, smart_add, 'non-existant-file')
100
self.build_tree(['inertiatic/', 'inertiatic/esp', 'inertiatic/CVS',
95
109
class TestSmartAddBranch(TestCaseInTempDir):
96
110
"""Test smart adds with a specified branch."""