summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2019-11-06 12:09:21 +0200
committerKari Oikarinen <kari.oikarinen@qt.io>2019-11-06 14:44:21 +0200
commit5da562690e0c9946e07316ff08246c6afcb5417d (patch)
treec999601de553e53d5645f8acc96c1e0202e0ff01 /scripts
parent62a653d32176956365f1fe8b5cb148a6391a6c9d (diff)
branch_qt: Update help to note that sync is now implemented
Amends 62a653d32176956365f1fe8b5cb148a6391a6c9d. Change-Id: I2e3c49cd9d753f1b47b8f634264f398fe6990522 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/qt/branch_qt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qt/branch_qt.py b/scripts/qt/branch_qt.py
index 3cda4cf2..42b30798 100755
--- a/scripts/qt/branch_qt.py
+++ b/scripts/qt/branch_qt.py
@@ -375,7 +375,6 @@ def parse_args() -> argparse.Namespace:
sync - intermediate sync, to update a branch during soft-branching
branch_qt.py -m sync --from 5.12 --to 5.12.4
Move the new branch fast-forward, assuming only 5.12 has new commits.
- Not yet implemented.
merge - down-merge
branch_qt.py -m merge --from 5.12 --to 5.12.4
Merges 5.12 into 5.12.4.