build: Let build function return Builder object

This commit is contained in:
Fatih Aşıcı
2010-12-14 09:04:08 +00:00
parent b404cdde6d
commit bd3194c351
+1
View File
@@ -1132,6 +1132,7 @@ def build(pspec):
if ctx.ui.errors or ctx.ui.warnings:
ctx.ui.warning(_("*** %d error(s), %d warning(s)") \
% (ctx.ui.errors, ctx.ui.warnings))
return pb
order = {"none": 0,
"fetch": 1,