# HG changeset patch # User Martin Geisler # Date 2010-10-09 20:05:24 # Node ID f5735bb80d77b289127e664b240bac6207b000d3 # Parent ead4e21f49f16789667ee619be7ef7436b494691 revsets: fix stray * in help topic diff --git a/mercurial/help/revsets.txt b/mercurial/help/revsets.txt --- a/mercurial/help/revsets.txt +++ b/mercurial/help/revsets.txt @@ -183,7 +183,7 @@ Some sample queries: hg log -r 'head() and not closed()' - Changesets between tags 1.3 and 1.5 mentioning "bug" that affect - hgext/*:: + ``hgext/*``:: hg log -r '1.3::1.5 and keyword(bug) and file("hgext/*")'