Changeset 84269 in vbox
- Timestamp:
- May 12, 2020 9:18:29 AM (4 years ago)
- Location:
- trunk/tools/bin
- Files:
-
- 2 edited
-
backport-commit.sh (modified) (2 diffs)
-
backport-common.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/backport-commit.sh
r83904 r84269 97 97 # Do the committing. 98 98 # 99 if [ -n "${MY_SHOW_DIFF}" ]; then 100 echo "***" 101 echo "*** Diff:" 102 "${MY_SVN}" diff --internal-diff 103 echo "*** end diff ***" 104 echo "***" 105 echo "" 106 fi 99 107 echo "***" 100 108 echo "*** Commit message:" … … 130 138 done 131 139 exit 1; 132 -
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.

