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
23
from dulwich.server import Backend
19
29
class BzrBackend(Backend):
21
31
def __init__(self, directory):
22
32
self.directory = directory
25
36
""" return a dict of all tags and branches in repository (and shas) """