Mention the count filter in the docs.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 22 Jun 2010 18:11:56 -0400 |
parents |
d3e15364de2e
|
children |
aa4c5aa60608
|
branches/tags |
(none) |
files |
docs/wiki/documentation/keywords/index.mdown |
Changes
--- a/docs/wiki/documentation/keywords/index.mdown Tue Jun 22 18:11:43 2010 -0400
+++ b/docs/wiki/documentation/keywords/index.mdown Tue Jun 22 18:11:56 2010 -0400
@@ -18,6 +18,15 @@
|quiet
: Display the current branch only if it is not the default branch.
+##count##
+: Display the number of revisions in the given revset (the revset `all()`
+ will be used if none is given.
+
+ See `hg help revsets` for more information.
+
+ |REVSET
+ : The revset to count.
+
##incoming##
: Display nothing, but if the default path contains incoming changesets the
extra text will be expanded.
@@ -162,4 +171,4 @@
[bookmarks]: http://mercurial.selenic.com/wiki/BookmarksExtension
[tasks]: http://bitbucket.org/alu/hgtasks/wiki/Home
-[mq]: http://mercurial.selenic.com/wiki/MqExtension
\ No newline at end of file
+[mq]: http://mercurial.selenic.com/wiki/MqExtension