We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEF_BRANCH
1 parent ef75415 commit c855002Copy full SHA for c855002
1 file changed
README.md
@@ -191,6 +191,10 @@ several parameters (the file includes comments with full examples).
191
* `grid`: will always show as default the grid of plots
192
* `show_none`: will show a text message (better default when there are lots of benchmarks)
193
* `mybench`: will select benchmark named "mybench"
194
+* `DEF_BRANCH`: Defines the default branch to be used when calculating timeline and changes data for presentation. Example values:
195
+ * `default`: the default value, and usually mercurial's default branch
196
+ * `master`: usually git's default branch
197
+ * `trunk`: usually SVN's default branch
198
199
### Comparison View
200
* `CHART_TYPE`: Chooses the default chart type (normal bars, stacked bars or
0 commit comments