BRANCH HISTORY

Description

Shows the history of a branch.

Usage

cm branch | br history <brspec> [--dateformat=<date_format>] [--machinereadable]

Option / ArgumentDescription
brspecThe branch specification to obtain the history. (Use 'cm help objectspec' to learn more about branch specs.)

Options

Option / ArgumentDescription
--dateformatFormat used to output dates.
--machinereadableOutputs the result in an easy-to-parse format.

Help

Examples

cm branch history br:/main/scm001@myrepository@myserver:8084

(Displays the history of '/main/scm001' branch of 'myrepository' repository on 'myserver' server.)

cm br history main --dateformat="yyyy, dd MMMM" --machinereadable

(Displays the history of the 'main' branch of the current repository, with a given date format, and in an easy-to-parse format.)