Merge lp:~adam-collard/juju-core/charm-store-escaping into lp:juju-core/docs

Proposed by Adam Collard
Status: Merged
Merged at revision: 210
Proposed branch: lp:~adam-collard/juju-core/charm-store-escaping
Merge into: lp:juju-core/docs
Diff against target: 14 lines (+2/-2)
1 file modified
htmldocs/authors-charm-store.html (+2/-2)
To merge this branch: bzr merge lp:~adam-collard/juju-core/charm-store-escaping
Reviewer Review Type Date Requested Status
Nick Veitch (community) Approve
Review via email: mp+200506@code.launchpad.net

Description of the change

Fix the example use of bzr to escape < and >

To post a comment you must log in.
Revision history for this message
Nick Veitch (evilnick) wrote :

thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/authors-charm-store.html'
2--- htmldocs/authors-charm-store.html 2013-12-18 16:10:25 +0000
3+++ htmldocs/authors-charm-store.html 2014-01-06 09:41:23 +0000
4@@ -203,8 +203,8 @@
5 you’ll need to run the following commands. (This is only needed if you don’t have charm-tools >= 1.1
6 - This is being fixed in charm tools and will be landing soon).
7 <pre class="prettyprint lang-bash">
8-bzr init lp:~charmers/charms/precise/<CHARM_NAME>/trunk
9-bzr push lp:~charmers/charms/precise/<CHARM_NAME>/trunk
10+bzr init lp:~charmers/charms/precise/&lt;CHARM_NAME&gt;/trunk
11+bzr push lp:~charmers/charms/precise/&lt;CHARM_NAME&gt;/trunk
12 </pre>
13 <p>Without this, LP will automatically stack on top of the user’s branch which will make it really
14 really hard to delete from the store in the future. Now you can promulgate:</p>

Subscribers

People subscribed via source and target branches