# HG changeset patch # User John Peberdy # Date 2010-12-20 02:49:54 # Node ID aa72ff5abf5f1d11b380d8bb7f5ff6ba515d3158 # Parent d83566f4453bd03d1605ba49e2c34f32488ca3c5 help: correct documentation for branches keyword diff --git a/mercurial/help/templates.txt b/mercurial/help/templates.txt --- a/mercurial/help/templates.txt +++ b/mercurial/help/templates.txt @@ -25,8 +25,9 @@ keywords are usually available for templ :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.