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