.TH HG BRANCHES "" "" "" .SH NAME hg branches \- list repository named branches .\" Man page generated from reStructuredText. . .SH SYNOPSIS .sp .nf .ft C hg branches [\-c] .ft P .fi .SH DESCRIPTION .sp List the repository\(aqs named branches, indicating which ones are inactive. If \-c/\-\-closed is specified, also list branches which have been marked closed (see \%\fBhg commit \-\-close\-branch\fP\:). .sp Use the command \%\fBhg update\fP\: to switch to an existing branch. .sp Template: .sp The following keywords are supported in addition to the common template keywords and functions such as \fB{branch}\fP. See also \%\fBhg help templates\fP\:. .INDENT 0.0 .TP .B active . Boolean. True if the branch is active. .TP .B closed . Boolean. True if the branch is closed. .TP .B current . Boolean. True if it is the current branch. .UNINDENT .sp Returns 0. .SH OPTIONS .INDENT 0.0 .TP .B \-a, \-\-active . show only branches that have unmerged heads (DEPRECATED) .TP .B \-c, \-\-closed . show normal and closed branches .TP .BI \-r, \-\-rev \ . show branch name(s) of the given rev .TP .BI \-T, \-\-template \