Date: Mon, 15 Aug 2016 10:01:58 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420223 - head/Tools/scripts Message-ID: <201608151001.u7FA1wHH084309@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608151001.u7FA1wHH084309>