Skip to content

Commit adfc775

Browse files
committed
Add docs
1 parent 40211e7 commit adfc775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homu/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ <h3>Commands</h3>
4646
<li><code>r=NAME (SHA)</code>: Accept a PR on the behalf of NAME.</li>
4747
<li><code>r-</code>: Unacccept a PR.</li>
4848
<li><code>p=NUMBER</code>: Set the priority of the accepted PR (defaults to 0).</li>
49-
<li><code>rollup</code>: Mark the PR as likely to merge without issue, implies <code>p=-1.</code></li>
49+
<li><code>rollup</code>: Mark the PR as likely to merge without issue, short for <code>rollup=always</code></li>
5050
<li><code>rollup-</code>: Unmark the PR as <code>rollup</code>.</li>
51-
<li><code>rollup=maybe|always|never</code>: Mark the PR as "always", "maybe", and "never" rollup-able.</li>
51+
<li><code>rollup=maybe|always|iffy|never</code>: Mark the PR as "always", "maybe", "iffy", and "never" rollup-able.</li>
5252
<li><code>retry</code>: Signal that the PR is not bad, and should be retried by buildbot.</li>
5353
<li><code>try</code>: Request that the PR be tested by buildbot, without accepting it.</li>
5454
<li><code>force</code>: Stop all the builds on the configured builders, and proceed to the next PR.</li>

0 commit comments

Comments
 (0)