Date: Tue, 8 Mar 2016 01:01:58 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-user@freebsd.org Subject: svn commit: r48357 - user/jgh/committers-guide Message-ID: <201603080101.u2811wto048436@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Tue Mar 8 01:01:57 2016 New Revision: 48357 URL: https://svnweb.freebsd.org/changeset/doc/48357 Log: - wip Modified: user/jgh/committers-guide/article.xml Modified: user/jgh/committers-guide/article.xml ============================================================================== --- user/jgh/committers-guide/article.xml Mon Mar 7 19:00:54 2016 (r48356) +++ user/jgh/committers-guide/article.xml Tue Mar 8 01:01:57 2016 (r48357) @@ -3144,6 +3144,83 @@ Subscribers:<co xml:id="phabricator-subs <screen>&prompt.root; <userinput>svn diff --diff-cmd=diff -x -U999999</userinput></screen> </example> + <para>To upload a new patch:</para> + + <procedure xml:id="phabricator-web-patch"> + + + <step> + <para>Go to <link + xlink:href="https://reviews.freebsd.org/differential/"> + https://reviews.freebsd.org/differential/</link></para> + </step> + + <step> + <para>Click <emphasis>Create Diff</emphasis> in the upper + right-hand corner.</para> + </step> + + <step> + <para>Paste the text diff or upload the patch file.</para> + </step> + + <step> + <para>Leave the drop down on + <emphasis>Create a new Revision</emphasis> and click + Continue.</para> + </step> + + <step> + <para>Enter a descriptive title and summary.</para> + </step> + + <step> + <para>Add reviewers and mailing lists that you want to be + included in the review. Mailing lists are added as + subscribers:</para> + + <mediaobject> + <imageobject> + <imagedata fileref="mailing-list-subscriber.png"/> + </imageobject> + </mediaobject> + </step> + + <step> + <para>Click <emphasis>Save</emphasis>.</para> + </step> + </procedure> + + <para>To submit an updated patch:</para> + + <procedure xml:id="phabricator-web-update-patch"> + + <step> + <para>Go to <link + xlink:href="https://reviews.freebsd.org/differential/"> + https://reviews.freebsd.org/differential/</link></para> + </step> + + <step> + <para>Click <emphasis>Create Diff</emphasis> in the upper + right-hand corner.</para> + </step> + + <step> + <para>Paste or upload the updated diff.</para> + </step> + + <step> + <para>Select the review you want to update from the + <emphasis> Attach To</emphasis> dropdown and click + Continue.</para> + </step> + + <step> + <para>Click <emphasis>Save</emphasis>.</para> + </step> + + </procedure> </sect2> </sect1>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603080101.u2811wto048436>