changeset 12667:f5735bb80d77

revsets: fix stray * in help topic
author Martin Geisler <mg@lazybytes.net>
date Sat, 09 Oct 2010 22:05:24 +0200
parents ead4e21f49f1
children 89e35377dbe8
files mercurial/help/revsets.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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/*")'