This is a minor follow-up to Martin's patch

  commit 6b788fa278b4f863a17ab80e0bf4991c3d8de167
  Author: Martin Liska <mli...@suse.cz>
  Date:   Mon Apr 19 14:55:54 2021 +0200

    Move branch_changer.py usage to branching.html.

though the markup predates his change (which merely made me notice it).

Pushed.

Gerald


diff --git a/htdocs/branching.html b/htdocs/branching.html
index 40d65271..d3d26ff9 100644
--- a/htdocs/branching.html
+++ b/htdocs/branching.html
@@ -101,13 +101,13 @@ release on the branch.  For example, when branching 3.4, 
create a
 milestone for 3.4.1 for PRs that can't be fixed in time for 3.4.0.</li>
 
 <li>Bug regression summary needs to adjusted by 
<code>maintainer-scripts/branch_changer.py</code> with the following arguments:
-<br/>
-<code>./maintainer-scripts/branch_changer.py api_key --add=11:12</code>
-<br/>
 
-The script adds '/12' to all PRs marked with a '[Regression x/y/z]' summary 
line.
+<blockquote><pre>
+./maintainer-scripts/branch_changer.py api_key --add=11:12
+</pre></blockquote>
 
-Again, unless you add <strong>--doit</strong>, the script runs in dry mode 
only.
+The script adds '/12' to all PRs marked with a '[Regression x/y/z]' summary 
line.
+(Unless you add <strong>--doit</strong>, the script runs in dry mode only.)
 </li>
 </ol>
 

Reply via email to