46
45
' %(user)s with http_root_dir set to the base directory you want'
47
46
' to serve bazaar repositories from' %
48
47
{'user': pwd.getpwuid(os.geteuid()).pw_name})
52
50
app = BranchesFromTransportRoot(root_dir, config)
53
51
app = PrefixMiddleware(app, prefix=prefix)
54
52
app = HTTPExceptionHandler(app)