Code review comment for lp:~patrick-regan/bzr/lp-quicktutorial

Revision history for this message
John A Meinel (jameinel) wrote :

To get this to build, I had to do:
=== modified file 'doc/en/mini-tutorial/index.txt'
--- doc/en/mini-tutorial/index.txt 2009-12-02 23:09:40 +0000
+++ doc/en/mini-tutorial/index.txt 2009-12-03 00:44:16 +0000
@@ -182,10 +182,10 @@

 Replacing ``john.doe`` with your own Launchpad username, type [#]_::

+ $ bzr push lp:~john.doe/+junk/myproject
+
 .. [#] Use of the ``lp:`` URL scheme requires bzr 0.92 or later.

- $ bzr push lp:~john.doe/+junk/myproject
-
 **Note:** ``+junk`` means that this branch isn't associated with any particular
 project in Launchpad.

I assume the issue is that the ".. [#]" can't be in the "::" block. Did you do "make doc/en/mini-tutorial/index.html" and it worked for you? Because it didn't work on PQM or on my local machine.

« Back to merge proposal