Changeset 84269 in vbox for trunk/tools/bin/backport-common.sh
- Timestamp:
- May 12, 2020 9:18:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/backport-common.sh
r84268 r84269 74 74 MY_DEBUG= 75 75 MY_FORCE= 76 MY_SHOW_DIFF= 76 77 77 78 while test $# -ge 1; … … 136 137 --update-first|--update|-u) 137 138 MY_UPDATE_FIRST=1 139 ;; 140 141 --show-diff) 142 MY_SHOW_DIFF=1 138 143 ;; 139 144 … … 169 174 echo " --force" 170 175 echo " Forces backporting, regardless of ancestry. Use with caution!" 176 echo " --show-diff" 177 echo " Shows unified diff before backporting." 171 178 echo " --update-first, --update, -u" 172 179 echo " Merge only: Update the branch before merging."
Note:
See TracChangeset
for help on using the changeset viewer.