[Laszlo-checkins] r11109 - tools/trunk/svn
dda@openlaszlo.org
dda at openlaszlo.org
Fri Sep 19 11:47:00 PDT 2008
Author: dda
Date: 2008-09-19 11:46:59 -0700 (Fri, 19 Sep 2008)
New Revision: 11109
Modified:
tools/trunk/svn/svn-bash.sh
Log:
Show the text of the log message, ready to be pasted into the JIRA,
and updated the instructions accordingly.
Modified: tools/trunk/svn/svn-bash.sh
===================================================================
--- tools/trunk/svn/svn-bash.sh 2008-09-19 18:43:42 UTC (rev 11108)
+++ tools/trunk/svn/svn-bash.sh 2008-09-19 18:46:59 UTC (rev 11109)
@@ -155,13 +155,13 @@
_committed_file=`head -1 < $_lastarg`
svn ci "$@" && _newrev=`svn info "$_committed_file" |
sed -e '/Revision: /!d' -e 's/.*: //'` &&
- (printf "\n\n\
+ (echo "Log message from 'svn log -v -r$_newrev' follows:" &&
+ svn log -v -r$_newrev &&
+ printf "\n\n\
Remember to update any Jira entries for bugs that are fixed by your\n\
-change. Note the svn revision number above. Run:\n\n\
- svn log -v -r$_newrev\n\
-and paste the output into Jira as the comment when\n\n\
+change by pasting the log message just above into Jira as the comment when\n\
resolving the bug. Also update the Fixed in Change# field with your\n\
-revision number: $_newrev.\n\n" 1>&2)
+revision number: $_newrev.\n\n") 1>&2
}
# Check in a change that has been reviewed
More information about the Laszlo-checkins
mailing list