Remove obsolete svn diff option.

PR:		170006
Submitted by:	beat@freebsd.org
This commit is contained in:
Warren Block 2012-07-22 21:51:27 +00:00
parent 2b8156e05b
commit 3aaa21a8b3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39245

View file

@ -10371,15 +10371,12 @@ as .putsy.conf and edit it.</programlisting>
<para>The last step is to make a unified &man.diff.1; <para>The last step is to make a unified &man.diff.1;
of the files against SVN:</para> of the files against SVN:</para>
<screen>&prompt.user; <userinput>svn diff -N &gt; ../`basename ${PWD}`.diff</userinput></screen> <screen>&prompt.user; <userinput>svn diff &gt; ../`basename ${PWD}`.diff</userinput></screen>
<note> <note>
<para>It is important to use <option>-N</option> to ensure <para>Any files that have been removed should be explicitly
that files you have added or removed are accounted for in mentioned in the PR, because file removal may not be obvious
the patch. The patch will include any removed files when to the committer.</para>
applied, though the file contents will be empty, so remember
to include these in the PR so the committer knows to remove
them.</para>
</note> </note>
<para>Send your patch following the guidelines in <para>Send your patch following the guidelines in