docs: fix broken alias for qseries
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 23 Apr 2012 17:24:34 +0200
changeset 208 05d6e3e36980
parent 207 15a89eeff66f
child 209 7bee48a54c4a
docs: fix broken alias for qseries template for description in `{desc}` not `{description}`
docs/from-mq.rst
--- a/docs/from-mq.rst	Mon Apr 23 15:14:51 2012 +0200
+++ b/docs/from-mq.rst	Mon Apr 23 17:24:34 2012 +0200
@@ -37,7 +37,7 @@
 This will result in something like that::
 
   [alias]
-  wip = log -r 'not public()' --template='{rev}:{node|short} {description|firstline}\n'
+  wip = log -r 'not public()' --template='{rev}:{node|short} {desc|firstline}\n'
 
 hg qnew
 ````````