svn commit: r420223 - head/Tools/scripts
Mathieu Arnold
mat at FreeBSD.org
Mon Aug 15 10:02:00 UTC 2016
Author: mat
Date: Mon Aug 15 10:01:58 2016
New Revision: 420223
URL: https://svnweb.freebsd.org/changeset/ports/420223
Log:
Echo where the merge was done, so one can go and have a look.
Sponsored by: Absolight
Modified:
head/Tools/scripts/mfh
Modified: head/Tools/scripts/mfh
==============================================================================
--- head/Tools/scripts/mfh Mon Aug 15 09:39:32 2016 (r420222)
+++ head/Tools/scripts/mfh Mon Aug 15 10:01:58 2016 (r420223)
@@ -117,6 +117,7 @@ done
"${svn}" up --quiet "${branch}"
"${svn}" status "${branch}"
"${svn}" diff "${branch}"
+echo "All the merge work was done in ${dir}/${branch}."
ask "Do you want to commit? (no = start a shell)" || (
echo "Dropping you to a shell so you can investigate. Exit the shell to resume this script."
cd "${branch}"
More information about the svn-ports-head
mailing list