Skip to content

Commit

Permalink
Merge pull request #381 from gracinet/master
Browse files Browse the repository at this point in the history
Fixed an import in the documentation for Bzr step
  • Loading branch information
tomprince committed Apr 16, 2012
2 parents 05b37f1 + 52b327d commit 464adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/manual/cfg-buildsteps.rst
Expand Up @@ -587,7 +587,7 @@ Darcs, but it uses a strictly linear sequence of revisions (one
history per branch) like Arch. Branches are put in subdirectories.
This makes it look very much like Mercurial. ::

from buildbot.steps.source.cvs import Bzr
from buildbot.steps.source.bzr import Bzr
factory.append(Bzr(mode='incremental',
repourl='lp:~knielsen/maria/tmp-buildbot-test'))

Expand Down

0 comments on commit 464adea

Please sign in to comment.