Skip to content

Commit 25bb9a1

Browse files
committed
Tweaked bin/mkdevbranch
- Legacy-Id: 13477
1 parent afc932f commit 25bb9a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/mkdevbranch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ cd $progdir
142142
if [ "$who" ]; then
143143
mksvndir $who
144144
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"
145+
say "New branch: ^/personal/$who/$target"
145146
else
146147
[ "$num" ] || num=$( < /www/tools.ietf.org/meta/current-ietf-number.txt)
147148
for n in $(seq $((num-3)) $num); do

0 commit comments

Comments
 (0)