You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for fetching tags.
Additionally move messages indicating that the sync
is starting for a repo to the begining of that process
to improve messaging.
Fixes#134
Signed-off-by: Ashley E Desimone <[email protected]>
Reviewed-by: Kevin Sun <[email protected]>
Copy file name to clipboardexpand all lines: edkrepo/commands/arguments/sync_args.py
+2-1
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,5 @@
14
14
COMMAND_DESCRIPTION='Updates the local copy of the current combination\'s target branches by pulling the latest changes from the server. Does not update local branches.'
15
15
FETCH_HELP='Performs a fetch only sync, no changes will be made to the local workspace.'
16
16
UPDATE_LOCAL_MANIFEST_HELP='Updates the local copy of the project manifest file prior to performing sync operations.'
17
-
OVERRIDE_HELP='Ignore warnings and proceed with sync operations.'
17
+
OVERRIDE_HELP='Ignore warnings and proceed with sync operations.'
18
+
TAG_HELP='Enables tags to be pulled and TC_* tags to be removed. Using this flag will result in a significantly longer sync time.'
0 commit comments