hg-prompt: Update documentation.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Fri, 27 Nov 2009 13:48:20 -0500 | 
    
    
        | parents | a3276611005f | 
    
        | children | 36f30b33ea49 | 
    
        | branches/tags | (none) | 
    
        | files | hg-prompt/documentation/keywords/index.html | 
Changes
    
--- a/hg-prompt/documentation/keywords/index.html	Tue Nov 24 20:47:18 2009 -0500
+++ b/hg-prompt/documentation/keywords/index.html	Fri Nov 27 13:48:20 2009 -0500
@@ -69,7 +69,13 @@
 </dl>
 <h2 id="branch">branch</h2>
 <dl>
-<dd>Display the current branch.</dd>
+<dd>
+<p>Display the current branch.</p>
+<dl>
+<dt>|quiet</dt>
+<dd>Display the current branch only if it is not the default branch.</dd>
+</dl>
+</dd>
 </dl>
 <h2 id="incoming">incoming</h2>
 <dl>
@@ -127,6 +133,8 @@
 <dd>Display the number of currently applied patches in the queue.</dd>
 <dt>|unapplied</dt>
 <dd>Display the number of currently unapplied patches in the queue.</dd>
+<dt>|quiet</dt>
+<dd>Display a number only if there are any patches in the queue.</dd>
 </dl>
 </dd>
 </dl>