diff mercurial/help/revsets.txt @ 12667:f5735bb80d77

revsets: fix stray * in help topic
author Martin Geisler <mg@lazybytes.net>
date Sat, 09 Oct 2010 22:05:24 +0200
parents 6ed5ae6264c2
children 33820dccbea4
line wrap: on
line diff
--- 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/*")'