From 857d6e2f870ecf2a7120bf13b8481f3491c6c381 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Wed, 18 May 2011 10:26:52 -0500 Subject: [PATCH] Made bzr init-repo swift step non-optional --- doc/source/development_saio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index a8978e097e..bd9d6d80ad 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -239,7 +239,7 @@ Do these commands as you on guest. The bazaar configuration is optional; you can email = Your Name #. (optional) If you are using launchpad to get the code or make changes, run `bzr launchpad-login ` - #. (optional) Create the swift repo with `bzr init-repo swift` + #. Create the swift repo with `bzr init-repo swift` #. Check out a bzr branch of swift, for example: `cd ~/swift; bzr branch lp:swift trunk` #. Build a development installation of swift, for example: