This way it can be shared.
'repo-email':
"Set repo email from the DEBFULLNAME and DEBEMAIL "
"environment variables ('DEBIAN') or fallback to the "
- "git configuration ('GIT'), default is '%(repo-email)s'"
+ "git configuration ('GIT'), default is '%(repo-email)s'",
+ 'upstream-vcs-tag':
+ "Upstream VCS tag added to the merge commit, "
+ "default is '%(upstream-vcs-tag)s'",
}
short_opts = {
dest="debian_branch")
branch_group.add_config_file_option(option_name="upstream-branch",
dest="upstream_branch")
- branch_group.add_config_file_option(option_name="upstream-vcs-tag", dest="vcs_tag",
- help="Upstream VCS tag add to the merge commit")
+ branch_group.add_config_file_option(option_name="upstream-vcs-tag", dest="vcs_tag")
branch_group.add_boolean_config_file_option(option_name="merge", dest="merge")
branch_group.add_config_file_option(option_name="merge-mode", dest="merge_mode")