Commit f484ab4f authored by Phillip Smyth's avatar Phillip Smyth Committed by Tristan Van Berkom
Browse files

Updating .bzr plugin to omit the .bzr dir

Fixes issue #455
parent 6158ee5a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -124,6 +124,8 @@ class BzrSource(Source):
                   self._get_branch_dir(), directory],
                  fail="Failed to checkout revision {} from branch {} to {}"
                  .format(self.ref, self._get_branch_dir(), directory))
        # Remove .bzr dir
        shutil.rmtree(os.path.join(directory, ".bzr"))

    def init_workspace(self, directory):
        url = os.path.join(self.url, self.tracking)