# HG changeset patch # User Steve Losh # Date 1277244716 14400 # Node ID 5d808d1613f47fe64ac81910c7e7d345cc68a9a0 # Parent d3e15364de2ea1185eb87bb83b2ec508a36c25fb Mention the count filter in the docs. diff -r d3e15364de2e -r 5d808d1613f4 docs/wiki/documentation/keywords/index.mdown --- 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