VirtualBox

Changeset 84270 in vbox for trunk/tools


Ignore:
Timestamp:
May 12, 2020 9:20:36 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137899
Message:

tools/bin/backport-*: Clear MERGE_ARGS when iterating over multiple backports at once.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/backport-merge.sh

    r84267 r84270  
    6767for MY_REV in ${MY_REVISIONS};
    6868do
     69    MY_MERGE_ARGS=
    6970    if test -z "${MY_FAILED_REV}"; then
    7071        echo "***"
     
    7273        echo "***"
    7374        if [ -n "${MY_FORCE}" ]; then
    74             MY_MERGE_ARGS="$MY_MERGE_ARGS--ignore-ancestry"
     75            MY_MERGE_ARGS="$MY_MERGE_ARGS --ignore-ancestry"
    7576        fi
    7677        if "${MY_SVN}" merge ${MY_MERGE_ARGS} "${MY_TRUNK_DIR}" "${MY_BRANCH_DIR}" -c ${MY_REV}; then
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette