mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 07:30:42 -05:00
Rename the master branch to main
It's a more inclusive name, has the same tab-completion prefix, and is the default choice for new repositories created locally by git, and on GitHub and GitLab. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1930>
This commit is contained in:
parent
cc04f93683
commit
3b49ecea9f
@ -24,7 +24,7 @@ aparser.add_argument('--job-id', metavar='ID',
|
|||||||
default='Unknown')
|
default='Unknown')
|
||||||
aparser.add_argument('--branch', metavar='NAME',
|
aparser.add_argument('--branch', metavar='NAME',
|
||||||
help='Branch of the project being tested',
|
help='Branch of the project being tested',
|
||||||
default='master')
|
default='main')
|
||||||
aparser.add_argument('--output', metavar='FILE',
|
aparser.add_argument('--output', metavar='FILE',
|
||||||
help='The output file, stdout by default',
|
help='The output file, stdout by default',
|
||||||
type=argparse.FileType('w', encoding='UTF-8'),
|
type=argparse.FileType('w', encoding='UTF-8'),
|
||||||
|
Loading…
Reference in New Issue
Block a user