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
17
18
"""An adapter between a Git index and a Bazaar Working Tree"""
32
46
class GitWorkingTree(workingtree.WorkingTree):
33
47
"""A Git working tree."""
35
49
def __init__(self, bzrdir, repo, branch):
40
54
self._transport = bzrdir.transport
45
59
os.makedirs(self.controldir)