aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/branch_changer.py
AgeCommit message (Collapse)AuthorFilesLines
2021-04-09branch_changer: distinguish terminal outputMartin Liska1-1/+5
maintainer-scripts/ChangeLog: * branch_changer.py: Generate URL only when emitting to terminal.
2021-04-09branch_changer.py: mention CLOSING candidatesMartin Liska1-5/+8
maintainer-scripts/ChangeLog: * branch_changer.py: Mention closing candidates and emit console links to bugzilla.
2021-04-09branch_changer.py: document more behavior.Martin Liska1-1/+8
maintainer-scripts/ChangeLog: * branch_changer.py: Document more how the script behaves.
2021-04-09branch_changer: fix usage of Version class.Martin Liska1-2/+8
maintainer-scripts/ChangeLog: * branch_changer.py: Fix usage of Version class.
2021-04-09branch_changer.py: use new versioning scheme.Martin Liska1-1/+1
maintainer-scripts/ChangeLog: * branch_changer.py: Use new version scheme in --help output.
2021-04-08Fix wrong assert in branch_changer.py.Martin Liska1-1/+1
maintainer-scripts/ChangeLog: * branch_changer.py: Fix wrongly converted assert.
2021-04-08Modernize branch_changer.py script.Martin Liska1-30/+40
maintainer-scripts/ChangeLog: * branch_changer.py: Modernize and fix flake8 issues. * setup.cfg: New file.
2016-08-17Document branch_changer.py scriptMartin Liska1-4/+34
* branch_changer.py: Describe the script. Add sample usage of the script. From-SVN: r239526
2016-08-09Set +x for two python scripts.Martin Liska1-0/+0
From-SVN: r239303
2016-08-03Add branch_changer.py script to maintainer-scriptsMartin Liska1-0/+195
* branch_changer.py: New file. From-SVN: r239066