Skip to content

Commit e80daea

Browse files
committed
Minor tweak of output
- Legacy-Id: 17214
1 parent 82e270f commit e80daea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mergedevbranch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ $do svn st | grep "^[AMGRD] " && {
153153
note "Extract who and what:"
154154
info=$(svn log ${repo}/ -r $rev --incremental)
155155
set $(echo "$info" | tail -n +2 | head -n 1 | tr "|" "\t")
156-
who=$2; echo -e "\n$who"
156+
who=$2; echo -e "$who"
157157
comment=$(echo "$info" | tail -n +3); echo -e "$comment\n"
158158
comment=$(echo "$comment" | sed -r -e 's/(commit )?ready (for|to) merge\.?//i' -e '/^$/d')
159159
files=$(svn diff ${repo}/ -c $rev --summarize | awk '{$1=""; print;}' | while read file; do echo "${file/$repo\/$branch\//}"; done)

0 commit comments

Comments
 (0)