From ae331483b48c26ef9eec16252d8948015b4212bb Mon Sep 17 00:00:00 2001
From: buildmaster
This repository implementation maps the {label} parameter of the
HTTP resource to a git label (commit id, branch name or tag). If the
git branch or tag name contains a slash ("/") then the label in the
-HTTP URL should be specified with the special string "()" instead (to
+HTTP URL should be specified with the special string "(_)" instead (to
avoid ambiguity with other URL paths). For example, if the label is
foo/bar, replacing the slash would result in a label that looks like
-foo()bar. Be careful with the brackets in
+foo(_)bar. Be careful with the brackets in
the URL if you are using a command line client like curl (e.g. escape
them from the shell with quotes '').