36
b = bzrlib.branch.find_branch('.')
36
toconvert = sys.argv[1]
38
b = bzrlib.branch.find_branch(toconvert)
39
rp = b.relpath(toconvert)
38
41
print 'converting...'
40
fid = b.read_working_inventory().path2id(sys.argv[1])
43
fid = b.read_working_inventory().path2id(rp)