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
-h| --help) usage;exit;; # Show this help, then exit
103
104
-m| --meeting) num=$2;shift;; # Specify the IETF meeting number
105
+
-M| --message) msg=$2;shift;; # Specify extra message text
104
106
-v| --verbose) VERBOSE=1;; # Be more talkative
105
107
-V| --version) version;exit;; # Show program version, then exit
106
108
--) shift;break;;
@@ -144,6 +146,9 @@ if [ "$who" ]; then
144
146
svn cp https://svn.tools.ietf.org/svn/tools/ietfdb/$source https://svn.tools.ietf.org/svn/tools/ietfdb/personal/$who/$target/ -m "New branch for $target"
0 commit comments