Final updates - add bk patch at bottom.

(Logical change 1.692)
edge.strict_endians
cantab.net!aia21 2005-03-17 14:29:55 +00:00
parent 51351b843c
commit 79a057d686
1 changed files with 10 additions and 1 deletions

View File

@ -50,7 +50,6 @@ bk changes -f -d'$unless(:MERGE:){ChangeSet|:CSETREV:\n}' -r$rev 2>/dev/null |
bk -R prs -h -d'$unless(:MERGE:){ChangeSet@:I:, 20:Dy:-:Dm:-:Dd: :T::TZ:, :P:@:HOST:\n}' - 2>/dev/null
cat <<EOT
This will update the following files:
EOT
@ -66,12 +65,22 @@ EOT
bk changes -v -r$rev 2>/dev/null
cat <<EOT
---
Unified diff:
EOT
bk export -tpatch -du -h -r$rev 2>/dev/null
cat <<EOT
---
BK Patch (from "bk send -wgzip_uu -r$rev -"):
EOT
bk send -wgzip_uu -r$rev - 2>/dev/null
} | mail -R "\"${REPLYTO}\"" -s "\"${SUBJECT}\"" "\"${EMAIL}\""
done