14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
19
from bzrlib.add import smart_add
21
20
from bzrlib.branch import Branch
24
25
from bzrlib.workingtree import WorkingTree
28
28
class TestFileIdInvolved(TestCaseInTempDir):