svn commit: r296246 - user/jgh/committers-guide
Jason Helfman
jgh at FreeBSD.org
Tue Mar 1 00:54:09 UTC 2016
Author: jgh (doc,ports committer)
Date: Tue Mar 1 00:54:07 2016
New Revision: 296246
URL: https://svnweb.freebsd.org/changeset/base/296246
Log:
- markup cleanup
Modified:
user/jgh/committers-guide/Makefile
user/jgh/committers-guide/article.xml
Modified: user/jgh/committers-guide/Makefile
==============================================================================
--- user/jgh/committers-guide/Makefile Tue Mar 1 00:50:39 2016 (r296245)
+++ user/jgh/committers-guide/Makefile Tue Mar 1 00:54:07 2016 (r296246)
@@ -18,8 +18,9 @@ IMAGES_LIB+= callouts/2.png
IMAGES_LIB+= callouts/3.png
IMAGES_LIB+= callouts/4.png
IMAGES_LIB+= callouts/5.png
+IMAGES_LIB+= callouts/6.png
URL_RELPREFIX?= ../../../..
-DOC_PREFIX?= ${.CURDIR}/../../../doc
+DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
Modified: user/jgh/committers-guide/article.xml
==============================================================================
--- user/jgh/committers-guide/article.xml Tue Mar 1 00:50:39 2016 (r296245)
+++ user/jgh/committers-guide/article.xml Tue Mar 1 00:54:07 2016 (r296246)
@@ -3026,10 +3026,10 @@ Relnotes: yes</programlisting>
<procedure xml:id="phabricator-revision-steps">
- <step>
- <para>From the top of the SVN or git tree, run the
- following command to create a new revision for the given
- paths:</para>
+ <step>
+ <para>From the top of the SVN or git tree, run the
+ following command to create a new revision for the
+ given paths:</para>
<screen>&prompt.user; <userinput>arc diff --create <replaceable>/path/to/file</replaceable></userinput></screen>
</step>
@@ -3038,8 +3038,7 @@ Relnotes: yes</programlisting>
<para>Executing the previous step will open an editor with
the following template to fill in:</para>
- <programlisting><informalexample>
-Replace this line with your Revision Title <co xml:id="phabricator-revision"/>
+ <programlisting>Replace this line with your Revision Title <co xml:id="phabricator-revision"/>
Summary:<co xml:id="phabricator-summary"/>
@@ -3055,8 +3054,8 @@ Subscribers:<co xml:id="phabricator-subs
# arc could not identify any existing revision in your working copy.
# If you intended to update an existing revision, use:
#
-# $ arc diff --update <replaceable>revision</replaceable></programlisting>
- </informalexample>
+# $ arc diff --update <replaceable>revision</replaceable> </programlisting>
+
<para>Use these guidelines for filling in the template:</para>
<calloutlist>
@@ -3108,10 +3107,10 @@ Subscribers:<co xml:id="phabricator-subs
</calloutlist>
</step>
- <step>
- <para>After saving and exiting your editor, the changeset
- will be creating in Phabricator and Arcanist will print
- a tracking link for your revision:</para>
+ <step>
+ <para>After saving and exiting your editor, the changeset
+ will be creating in Phabricator and Arcanist will print
+ a tracking link for your revision:</para>
<screen>https://reviews.freebsd.org/D<replaceable>XXX</replaceable></screen>
</step>
More information about the svn-src-user
mailing list