changeset 13203:aa72ff5abf5f stable

help: correct documentation for branches keyword
author John Peberdy <john@peberdy.ca>
date Sun, 19 Dec 2010 21:49:54 -0500
parents d83566f4453b
children 5b83ab614dab
files mercurial/help/templates.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/templates.txt	Fri Dec 24 01:17:18 2010 +0900
+++ b/mercurial/help/templates.txt	Sun Dec 19 21:49:54 2010 -0500
@@ -25,8 +25,9 @@
 
 :author: String. The unmodified author of the changeset.
 
-:branches: String. The name of the branch on which the changeset was
-    committed. Will be empty if the branch name was default.
+:branches: List of strings. The name of the branch on which the
+    changeset was committed. Will be empty if the branch name was
+    default.
 
 :children: List of strings. The children of the changeset.