revsets: fix stray * in help topic
authorMartin Geisler <mg@lazybytes.net>
Sat, 09 Oct 2010 22:05:24 +0200
changeset 12667 f5735bb80d77
parent 12666 ead4e21f49f1
child 12668 89e35377dbe8
revsets: fix stray * in help topic
mercurial/help/revsets.txt
--- a/mercurial/help/revsets.txt	Sat Oct 09 12:27:14 2010 -0500
+++ b/mercurial/help/revsets.txt	Sat Oct 09 22:05:24 2010 +0200
@@ -183,7 +183,7 @@
     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/*")'