Changeset 83677 in vbox for trunk/tools/bin/backport-common.sh
- Timestamp:
- Apr 11, 2020 6:04:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/backport-common.sh
r83611 r83677 108 108 echo "Options:" 109 109 echo " --trunk-dir <dir>" 110 echo " The source of the changeset being backported." 111 echo " --branch-dir <dir>" 112 echo " The backport destination directory. default: script location" 110 113 echo " --branch <ver>" 111 echo " --branch-dir <dir>"114 echo " The name of the branch being backported to. default: auto" 112 115 echo " --extra <svn-arg>" 116 echo " Additional arguments to specify to SVN." 113 117 echo "" 114 118 exit 2;
Note:
See TracChangeset
for help on using the changeset viewer.